Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
path: out/${{ matrix.os.exe }}
if-no-files-found: error
release:
name: Create the release for ${{ matrix.os.runner }}
name: Create the release for ${{ matrix.os.runner }} (${{ matrix.os.release_exe }})
runs-on: ${{ matrix.os.runner }}
needs: build
strategy:
Expand All @@ -67,9 +67,15 @@ jobs:
- runner: ubuntu-latest
exe: marksman-linux-x64
release_exe: marksman-linux-x64
- runner: ubuntu-latest
exe: marksman-linux-musl-x64
release_exe: marksman-linux-musl-x64
- runner: ubuntu-latest
exe: marksman-linux-arm64
release_exe: marksman-linux-arm64
- runner: ubuntu-latest
exe: marksman-linux-musl-arm64
release_exe: marksman-linux-musl-arm64
- runner: macos-latest
exe: marksman
release_exe: marksman-macos
Expand Down