Skip to content

Commit

Permalink
Merge pull request #21 from raii-x/fix_release_workflow
Browse files Browse the repository at this point in the history
Releaseワークフローのbinの名前が間違っていたのを修正
  • Loading branch information
raii-x authored Jun 5, 2024
2 parents 09790ce + 215c53f commit 73f9b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- uses: actions/checkout@v4
- uses: taiki-e/upload-rust-binary-action@v1
with:
bin: ci-test
bin: wasm2usharp
target: ${{ matrix.target }}
tar: unix
zip: windows
Expand Down

0 comments on commit 73f9b93

Please sign in to comment.