Skip to content

Commit

Permalink
Update build-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CNOCTAVE committed Nov 13, 2024
1 parent 3654915 commit efcaf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- run: sudo chmod +x src/configure
- run: mkdir temp
- run: cd temp
- run: tar --warning=no-file-changed --exclude='.git/' --exclude='.github/' -czvf octave_zstd.tar.gz ../*
- run: tar --warning=no-file-changed --exclude='../temp' --exclude='../.git' --exclude='../.github' -czvf octave_zstd.tar.gz ../
- run: gh release upload 1.0.3 octave_zstd.tar.gz --repo $GITHUB_REPOSITORY

0 comments on commit efcaf53

Please sign in to comment.