Skip to content

Commit

Permalink
Fix tar command on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Jan 10, 2024
1 parent 3766d71 commit 6ff811c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
- run: npm install
- run: npm run build
- run: npx pkg --options "no-warnings" -t node18-win-x64 cli-dist.js -o ckb-transaction-dumper
- run: tar czf ckb-transaction-dumper_v${{ github.ref_name }}_win_x86_64.tar.gz ckb-transaction-dumper README.md LICENSE
- run: tar -czf ckb-transaction-dumper_v${{ github.ref_name }}_win_x86_64.tar.gz ckb-transaction-dumper README.md LICENSE
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckb-transaction-dumper",
"version": "0.3.2",
"version": "0.3.3",
"description": "CKB Transaction Dumper, used together with ckb-standalone-debugger",
"bin": {
"ckb-transaction-dumper": "./cli-dist.js"
Expand Down

0 comments on commit 6ff811c

Please sign in to comment.