We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b32ec commit 983d859Copy full SHA for 983d859
.github/workflows/build.yml
@@ -97,7 +97,7 @@ jobs:
97
args: ${{ matrix.args }}
98
includeUpdaterJson: ${{ github.event_name == 'release' }}
99
releaseId: ${{ github.event_name == 'release' && github.event.release.id || '' }}
100
- assetNamePattern: [name]-[platform]-[arch][ext]
+ assetNamePattern: "[name]-[platform]-[arch][ext]"
101
102
- name: Upload macOS DMG
103
uses: actions/upload-artifact@v4
0 commit comments