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 11, 2024
1 parent 298c918 commit 738732a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,12 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: bikeshed-linux_x86_64
path: bikeshed-linux_x86_64
- uses: actions/download-artifact@v4
with:
name: bikeshed-macosx_10_9_universal2
path: bikeshed-macosx_10_9_universal2
- uses: actions/download-artifact@v4
with:
name: bikeshed-win_amd64
path: bikeshed-win_amd64
# 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
Expand Down

0 comments on commit 738732a

Please sign in to comment.