Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaGanzin committed Oct 17, 2024
1 parent da52825 commit 70237a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
mkdir -p archives
tree
tar -czvf archives/await-1.0.5-aarch64-apple-darwin.tar.gz -C await-macos-latest .
tar -czvf archives/await-1.0.5-aarch64-x86_64-apple-darwin.tar.gz -C await-macos-latest .
tar -czvf archives/await-1.0.5-x86_64-unknown-linux-gnu.tar.gz -C await-ubuntu-latest .
tree
Expand Down

0 comments on commit 70237a1

Please sign in to comment.