Skip to content

Commit

Permalink
CI: refine macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
northsea4 committed Feb 15, 2024
1 parent 8802484 commit 0ec31a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Build macOS app - macOS
if: ${{ matrix.build == 'macos' }}
run: |
bash ./build-macos.sh --create-dmg --version "$tag"
bash ./build-macos.sh --create-dmg --version "${{ github.ref_name }}"
- name: Build Windows app - Windows
if: ${{ matrix.build == 'windows' }}
Expand Down

0 comments on commit 0ec31a7

Please sign in to comment.