We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15143ac commit d6e607eCopy full SHA for d6e607e
.github/workflows/build.yaml
@@ -177,7 +177,7 @@ jobs:
177
178
- name: Zip builds
179
if: matrix.demo == false
180
- run: zip -r -P "${{ secrets.ZIP_PASSWORD }}" "${{ env.APP_NAME }}-${{ env.PACKAGE_VERSION }}.zip" "*.dmg"
+ run: zip -r -P "${{ secrets.ZIP_PASSWORD }}" "${{ env.APP_NAME }}-${{ env.PACKAGE_VERSION }}.zip" "${{ env.APP_LABEL }}-${{ env.PACKAGE_VERSION }}${{ matrix.demo && '-demo-macos' || '' }}.dmg"
181
182
- name: Upload artifacts (demo)
183
if: matrix.demo == true
0 commit comments