diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 16:23:57 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-04 16:23:57 -0300 |
commit | e41242688800bcce367a04a0b0ac9f47e243ab96 (patch) | |
tree | 9d0ce5afa89b7cea9e0c050680a4f60dc7735d2d | |
parent | 6845c63eb3a694880701807f2946d842a8e92897 (diff) | |
download | keyringer-e41242688800bcce367a04a0b0ac9f47e243ab96.tar.gz keyringer-e41242688800bcce367a04a0b0ac9f47e243ab96.tar.bz2 |
Feat: CI: debian: save artifacts (#10)
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 57fb2c5..bee6467 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -47,8 +47,8 @@ debian: #- piuparts ../keyringer*.deb # Save artifacts - #- mkdir -p dist - #- mv ../keyringer* dist + - mkdir -p dist + - mv ../keyringer* dist artifacts: paths: - dist |