Skip to content

Commit

Permalink
Simpler tar
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Oct 6, 2021
1 parent fb1b7c5 commit b198d85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- run: npm install
- run: npm test
- run: npm run prebuild
- run: tar --create --verbose --file=prebuild-darwin-x86.tar --directory prebuilds
- run: tar -cvf prebuild-darwin-x86.tar prebuilds
- name: Prebuild
uses: softprops/action-gh-release@v1
with:
Expand Down
Binary file added prebuild-darwin-x86.tar
Binary file not shown.

0 comments on commit b198d85

Please sign in to comment.