Skip to content

Commit

Permalink
Include OS target in the release asset name
Browse files Browse the repository at this point in the history
  • Loading branch information
L7R7 committed Jun 13, 2024
1 parent e8f69dc commit a27ad62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
target: x86_64-unknown-linux-gnu
- os: macOS-latest
target: universal-apple-darwin
- os: macOS-latest
target: aarch64-apple-darwin
- os: macOS-13
target: x86_64-apple-darwin
- os: windows-latest
Expand Down Expand Up @@ -118,5 +120,5 @@ jobs:
with:
upload_url: ${{ env.upload_url }}
asset_path: ${{ env.BINARY_PATH }}
asset_name: gitlab-helper-${{ steps.tag.outputs.tag }}-${{ runner.os }}-${{ runner.os.target }}${{ env.EXT }}
asset_name: gitlab-helper-${{ steps.tag.outputs.tag }}-${{ runner.os }}-${{ matrix.target }}${{ env.EXT }}
asset_content_type: application/octet-stream

0 comments on commit a27ad62

Please sign in to comment.