We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28eaa99 commit 60865e1Copy full SHA for 60865e1
.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