diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 16:43:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 16:43:57 -0300 |
commit | 72a062987ba9bca557f17dbeb3b2aa4acbf84ca5 (patch) | |
tree | f4c087cb9ee385c8630cbf33f576efc14d4815e6 | |
parent | 51c3d64cf957e98ea77a37af53d8a479b5c2c0ed (diff) | |
download | keyringer-72a062987ba9bca557f17dbeb3b2aa4acbf84ca5.tar.gz keyringer-72a062987ba9bca557f17dbeb3b2aa4acbf84ca5.tar.bz2 |
Fix: CI: debian: artifact globbing (#10) (1)
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2e7352..14205fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ debian: # Save artifacts - mkdir -p dist - - mv ../keyringer*.* dist + - mv ../keyringer_*.* dist artifacts: paths: - dist |