We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a10da6 commit 69f2564Copy full SHA for 69f2564
.github/workflows/geargrafx.yml
@@ -162,7 +162,7 @@ jobs:
162
run: |
163
mkdir -p artifact
164
cp platforms/shared/README.txt artifact/
165
- ditto -c -k --keepParent "${{ env.NAME_UPPER }}.app" "${{ env.NAME_UPPER }}.app.zip"
+ ditto -c -k --keepParent "platforms/macos/${{ env.NAME_UPPER }}.app" "platforms/macos/${{ env.NAME_UPPER }}.app.zip"
166
mv platforms/macos/${{ env.NAME_UPPER }}.app.zip artifact/
167
- name: Archive binary
168
uses: actions/upload-artifact@v4
0 commit comments