Skip to content

Commit 5f98566

Browse files
committed
Fix macOS release failed
1 parent 277aae1 commit 5f98566

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/macOS_Universal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ jobs:
5353
if: ${{ github.event_name == 'release' && !env.ACT }}
5454
uses: svenstaro/upload-release-action@v2
5555
with:
56-
file: build/*.dmg
56+
file: build/XM8_macOS_Universal.dmg
5757
overwrite: true

0 commit comments

Comments
 (0)