Skip to content

Commit

Permalink
Do hexdump first
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp committed Oct 6, 2021
1 parent b198d85 commit 3a2512c
Showing 1 changed file 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 @@ -13,8 +13,8 @@ jobs:
- run: npm test
- run: npm run prebuild
- run: tar -cvf prebuild-darwin-x86.tar prebuilds
- run: hexdump "prebuilds/darwin-x64/node.abi93.node" | head -10
- name: Prebuild
uses: softprops/action-gh-release@v1
with:
files: prebuilds/**
- run: hexdump "prebuilds/darwin-x64/node.abi93.node" | head -10

0 comments on commit 3a2512c

Please sign in to comment.