Skip to content

Commit

Permalink
add friendly archive names
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Jun 4, 2024
1 parent e058d15 commit 8f339e0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,16 @@ jobs:
include:
- target: x86_64-unknown-linux-gnu
os: ubuntu-latest
suffix: linux-x86_64
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
suffix: linux-arm64
- target: universal-apple-darwin
os: macos-latest
suffix: macos-universal
- target: x86_64-pc-windows-msvc
os: windows-latest
suffix: windows-x86_64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -55,6 +59,6 @@ jobs:
# [default value: windows]
# [possible values: all, unix, windows, none]
zip: windows
archive: sol-xen-$target
archive: sol-xen-${{ matrix.suffix }}
# (required) GitHub token for uploading assets to GitHub Releases.
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8f339e0

Please sign in to comment.