Skip to content

Commit 60865e1

Browse files
committed
Fix asset names
1 parent 28eaa99 commit 60865e1

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)