Skip to content

Commit 983d859

Browse files
authored
Update build.yml
1 parent 04b32ec commit 983d859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
args: ${{ matrix.args }}
9898
includeUpdaterJson: ${{ github.event_name == 'release' }}
9999
releaseId: ${{ github.event_name == 'release' && github.event.release.id || '' }}
100-
assetNamePattern: [name]-[platform]-[arch][ext]
100+
assetNamePattern: "[name]-[platform]-[arch][ext]"
101101

102102
- name: Upload macOS DMG
103103
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)