Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
slavaGanzin committed Oct 17, 2024
1 parent 14acfe8 commit da52825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ 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-x86_64-unknown-linux-gnu.tar.gz -C await-ubuntu-latest
tar -czvf archives/await-1.0.5-aarch64-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
- name: Upload Release Artifacts
Expand Down

0 comments on commit da52825

Please sign in to comment.