Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Feb 17, 2024
1 parent 4c33a15 commit 902c3aa
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 @@ -46,7 +46,7 @@ jobs:
run: |
make
install -d wasi-update
install -bin/wasi-update* wasi-update/
install bin/wasi-update* wasi-update/
if [ "${{ matrix.os }}" = "ubuntu-20.04" ]; then
tar cjpf ${ARCHIVE_PATH} wasi-update
elif [ "${{ matrix.os }}" = "windows-latest" ]; then
Expand Down

0 comments on commit 902c3aa

Please sign in to comment.