Skip to content

Commit 69f2564

Browse files
committed
Avoid codesign and notarization in PR and forks
1 parent 5a10da6 commit 69f2564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/geargrafx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
run: |
163163
mkdir -p artifact
164164
cp platforms/shared/README.txt artifact/
165-
ditto -c -k --keepParent "${{ env.NAME_UPPER }}.app" "${{ env.NAME_UPPER }}.app.zip"
165+
ditto -c -k --keepParent "platforms/macos/${{ env.NAME_UPPER }}.app" "platforms/macos/${{ env.NAME_UPPER }}.app.zip"
166166
mv platforms/macos/${{ env.NAME_UPPER }}.app.zip artifact/
167167
- name: Archive binary
168168
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)