Skip to content

Commit

Permalink
Another fix on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
xxuejie committed Jan 10, 2024
1 parent 6ff811c commit 22317ff
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ 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: Compress-Archive -Path ckb-transaction-dumper, README.md, LICENSE -DestinationPath ckb-transaction-dumper_v${{ github.ref_name }}_win_x86_64.zip
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: ckb-transaction-dumper_v${{ github.ref_name }}_win_x86_64.tar.gz
files: ckb-transaction-dumper_v${{ github.ref_name }}_win_x86_64.zip
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.3",
"version": "0.3.4",
"description": "CKB Transaction Dumper, used together with ckb-standalone-debugger",
"bin": {
"ckb-transaction-dumper": "./cli-dist.js"
Expand Down

0 comments on commit 22317ff

Please sign in to comment.