Skip to content

Commit

Permalink
CI: Fix release builds for Windows and macOS
Browse files Browse the repository at this point in the history
The macOS one had a wrong file name,
the Windows one didn't get uploaded.
  • Loading branch information
YtvwlD committed Jun 23, 2024
1 parent c7fa853 commit 3dc26cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
towboot-*-i686.efi
towboot-*-x86_64.efi
towbootctl-*-x86_64-linux
towbootctl-*-x86_64-windows.exe
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
release-macos:
Expand Down Expand Up @@ -102,5 +103,5 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/apple-darwin/release/towbootctl
asset_name: towbootctl-$(git describe --always --tags)-macos
asset_name: towbootctl-${{ github.ref }}-macos
tag: ${{ github.ref }}

0 comments on commit 3dc26cb

Please sign in to comment.