Skip to content

Commit

Permalink
Include macOS architecture in DMG name
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Nov 30, 2024
1 parent ff3e7ba commit 56c8bf0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,11 @@ jobs:
if: ${{ steps.secret-check.outputs.available == 'true' }}
run: xcrun stapler staple --verbose Gqrx.dmg
- name: Rename DMG
env:
MATRIX_ARCH: ${{ matrix.arch }}
run: |
GQRX_VERSION=$(<build/version.txt)
mv Gqrx.dmg Gqrx-$GQRX_VERSION.dmg
mv Gqrx.dmg Gqrx-$MATRIX_ARCH-$GQRX_VERSION.dmg
- name: Save artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 56c8bf0

Please sign in to comment.