Skip to content

Commit

Permalink
Update CI (#17)
Browse files Browse the repository at this point in the history
* updating CI
  • Loading branch information
mgaliar authored Feb 7, 2024
1 parent d1ded37 commit f705575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
run: |
cp build/*.deb build/bennu.deb
cp src/pybennu/dist/*.deb src/pybennu/dist/pybennu.deb
curl -F package=@build/bennu.deb https://mdKP0-NaTZ7EX8SeYwlFRPr3EwKnhYPg@push.fury.io/sceptre/
curl -F package=@src/pybennu/dist/pybennu.deb https://mdKP0-NaTZ7EX8SeYwlFRPr3EwKnhYPg@push.fury.io/sceptre/
curl -F package=@build/bennu.deb https://${{ secrets.GEMFURY }}@push.fury.io/sceptre/
curl -F package=@src/pybennu/dist/pybennu.deb https://${{ secrets.GEMFURY }}@push.fury.io/sceptre/

0 comments on commit f705575

Please sign in to comment.