Skip to content

Commit d0b56d5

Browse files
committed
fix: pass APP_VERSION env var to dist.sh in release workflow to fix DMG naming
1 parent d6dc283 commit d0b56d5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
run: ./scripts/dist.sh
116116
env:
117117
VOCAMAC_BUNDLED_MODEL_SOURCE: ${{ env.VOCAMAC_BUNDLED_MODEL_SOURCE }}
118+
APP_VERSION: ${{ steps.version.outputs.VERSION }}
118119

119120
- name: Verify code signature
120121
run: codesign -v --deep --strict VocaMac.app

0 commit comments

Comments
 (0)