Skip to content

Commit

Permalink
fix: remove path structure on release zip (#741)
Browse files Browse the repository at this point in the history
* fix trunk

* trunk ignore

* junk path structure
  • Loading branch information
d-roak authored Feb 21, 2024
1 parent c1d6812 commit 19710f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: |
scarb build -p contracts
- name: Zip dev artifacts
run: zip -r dev-artifacts.zip target/dev
run: zip -rj dev-artifacts.zip target/dev
- name: Upload artifacts to release
uses: svenstaro/upload-release-action@v2
with:
Expand Down

0 comments on commit 19710f1

Please sign in to comment.