Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
rename github artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
ciphax committed Mar 3, 2019
1 parent 2d03aae commit 05690f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
docker create --name builder letsencrypt-inwx-builder
docker cp builder:/home/rust/src/target/x86_64-unknown-linux-musl/release/letsencrypt-inwx .
docker cp builder:/home/rust/src/target/x86_64-unknown-linux-musl/debian .
mv debian/*.deb artifacts/letsencrypt-inwx.deb
zip artifacts/letsencrypt-inwx.zip letsencrypt-inwx
mv debian/*.deb artifacts/letsencrypt-inwx-x86_64-linux.deb
zip artifacts/letsencrypt-inwx-x86_64-linux.zip letsencrypt-inwx
- persist_to_workspace:
root: .
paths:
Expand Down

0 comments on commit 05690f1

Please sign in to comment.