diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 16:35:53 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 16:35:53 -0300 |
commit | 51c3d64cf957e98ea77a37af53d8a479b5c2c0ed (patch) | |
tree | cda6f2420f352c8606ce2495b6810d521ba23177 | |
parent | dbcd163547608f0b15133b11b8e8fe8ddc1d7a53 (diff) | |
download | keyringer-51c3d64cf957e98ea77a37af53d8a479b5c2c0ed.tar.gz keyringer-51c3d64cf957e98ea77a37af53d8a479b5c2c0ed.tar.bz2 |
Fix: CI: debian: artifact globbing (#10)
-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 303e7a7..d2e7352 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 |