Skip to content

Commit

Permalink
Fix release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mohanson committed Aug 28, 2024
1 parent d76a495 commit c3cee6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cd ckb-debugger && cargo build --release --features=stdio
run: cd ckb-debugger && cargo build --release
- name: Archive files
run: |
mkdir dist
Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cd ckb-debugger && cargo build --release --features=stdio
run: cd ckb-debugger && cargo build --release
- name: Archive files
run: |
mkdir dist
Expand Down

0 comments on commit c3cee6b

Please sign in to comment.