Skip to content

Commit

Permalink
#227 store deb as artifact for real
Browse files Browse the repository at this point in the history
  • Loading branch information
elKei24 committed Feb 4, 2021
1 parent f1076df commit d040302
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,11 @@ jobs:
- attach_workspace:
at: /tmp/workspace
- run: ../scripts/backend_deb.sh -v 0.1 -t /tmp/workspace/build/distributions/*.tar
- run: |
mkdir -p /tmp/artifacts
cp *.deb /tmp/artifacts
- store_artifacts:
path: ./*.deb
path: /tmp/artifacts
- persist_to_workspace:
root: .
paths:
Expand Down

0 comments on commit d040302

Please sign in to comment.