Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jcbhmr authored Aug 12, 2024
1 parent d6695b5 commit 63a0ec4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ jobs:
with:
name: bikeshed-ape
# https://github.com/actions/upload-artifact/issues/38
- run: chmod +x bikeshed-linux_x86_64/bikeshed
- run: chmod +x bikeshed-macosx_10_9_x86_64/bikeshed
- run: chmod +x bikeshed-macosx_11_0_arm64/bikeshed
- run: chmod +x bikeshed-linux_x86_64-$version/bikeshed
- run: chmod +x bikeshed-macosx_10_9_x86_64-$version/bikeshed
- run: chmod +x bikeshed-macosx_11_0_arm64-$version/bikeshed
- run: chmod +x bikeshed-ape-$version/bikeshed
- run: tar czf bikeshed-linux_x86_64-$version.tar.gz bikeshed-linux_x86_64-$version
- run: tar czf bikeshed-macosx_10_9_x86_64-$version.tar.gz bikeshed-macosx_10_9_x86_64-$version
- run: tar czf bikeshed-macosx_11_0_arm64-$version.tar.gz bikeshed-macosx_11_0_arm64-$version
Expand Down

0 comments on commit 63a0ec4

Please sign in to comment.