Skip to content

Commit 00b7b2d

Browse files
authored
Merge pull request #12 from HackingGate/bugfix/make-actions-universal
Fix #11 by selecting Any Mac destination
2 parents 27455bc + 806ee4a commit 00b7b2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
run: |
2727
./setup.sh
2828
- name: Build
29-
run: xcodebuild clean -scheme mpvx build -configuration Release -derivedDataPath build
29+
run: |
30+
xcodebuild clean -scheme mpvx build -configuration Release -derivedDataPath build \
31+
-destination 'generic/platform=macOS'
3032
- name: Zip the build
3133
run: |
3234
cd build/Build/Products/Release/

0 commit comments

Comments
 (0)