Skip to content

Commit

Permalink
Put architecture after version number in DMG filename
Browse files Browse the repository at this point in the history
  • Loading branch information
argilo committed Nov 30, 2024
1 parent 56c8bf0 commit 5debefb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
MATRIX_ARCH: ${{ matrix.arch }}
run: |
GQRX_VERSION=$(<build/version.txt)
mv Gqrx.dmg Gqrx-$MATRIX_ARCH-$GQRX_VERSION.dmg
mv Gqrx.dmg Gqrx-$GQRX_VERSION-$MATRIX_ARCH.dmg
- name: Save artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 5debefb

Please sign in to comment.