Skip to content

Commit

Permalink
chore: ignore directory structure in artifact zip
Browse files Browse the repository at this point in the history
  • Loading branch information
idubnori committed Jun 5, 2024
1 parent 3e43d91 commit 5b2dc7b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Artifcats
run: |
zip "/tmp/tsunami-udp_${{ steps.suffix.outputs.suffix }}.zip" /usr/local/bin/*tsunami*
zip -j "/tmp/tsunami-udp_${{ steps.suffix.outputs.suffix }}.zip" /usr/local/bin/*tsunami*
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -85,6 +85,4 @@ jobs:
/tmp/dist/**/*.zip
draft: true
prerelease: false
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5b2dc7b

Please sign in to comment.