Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 326c905

Browse files
authored
ci: update build.yml
1 parent 4c04747 commit 326c905

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
echo "APP_CONF=Release" >> $GITHUB_ENV
4444
- name: Build for macOS (Universal)
4545
shell: bash
46-
if: github.event_name == 'push' || github.event_name == 'workflow_dispatch'
4746
run: |
4847
xcodebuild -project 'InjectGUI.xcodeproj' -scheme 'InjectGUI' -configuration '${{ env.APP_CONF }}' -destination 'platform=macOS' build -derivedDataPath 'build'
4948
- name: Create DMG
@@ -68,4 +67,4 @@ jobs:
6867
upload_url: ${{ github.event.release.upload_url }}
6968
asset_path: InjectGUI.dmg
7069
asset_name: InjectGUI.dmg
71-
asset_content_type: application/x-apple-diskimage
70+
asset_content_type: application/x-apple-diskimage

0 commit comments

Comments
 (0)