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 0662fbe commit f30bb76
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
name: bikeshed-linux_x86_64
- uses: actions/download-artifact@v4
with:
name: bikeshed-macosx_10_9_universal2
name: bikeshed-macosx_10_9_x86_64
- uses: actions/download-artifact@v4
with:
name: bikeshed-macosx_11_0_arm64
- uses: actions/download-artifact@v4
with:
name: bikeshed-win_amd64
Expand All @@ -39,9 +42,11 @@ jobs:
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_universal2/bikeshed
- run: chmod +x bikeshed-macosx_10_9_x86_64/bikeshed
- run: chmod +x bikeshed-macosx_11_0_arm64/bikeshed
- run: tar czf bikeshed-linux_x86_64-$version.tar.gz bikeshed-linux_x86_64-$version
- run: tar czf bikeshed-macosx_10_9_universal2-$version.tar.gz bikeshed-macosx_10_9_universal2-$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
- run: zip -r bikeshed-win_amd64-$version.zip bikeshed-win_amd64-$version
- run: zip -r bikeshed-ape-$version.zip bikeshed-ape-$version
- env:
Expand All @@ -52,6 +57,7 @@ jobs:
${{ (inputs.draft && '--draft') || '' }} \
--generate-notes \
bikeshed-linux_x86_64-$version.tar.gz \
bikeshed-macosx_10_9_universal2-$version.tar.gz \
bikeshed-macosx_10_9_x86_64-$version.tar.gz \
bikeshed-macosx_11_0_arm64-$version.tar.gz \
bikeshed-win_amd64-$version.zip \
bikeshed-ape-$version.zip

0 comments on commit f30bb76

Please sign in to comment.