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 f4977fe commit c875093Copy full SHA for c875093
1 file changed
.github/workflows/build.yml
@@ -199,6 +199,7 @@ jobs:
199
run: |
200
mkdir -p build/dmg
201
cp -R package/macos/${{ env.BUNDLE_NAME }}.app build/dmg/${{ env.BUNDLE_NAME }}.app
202
+ mkdir -p build/dmg/${{ env.BUNDLE_NAME }}.app/Contents/MacOS
203
mv build/universal/${{ env.BINARY_NAME }} build/dmg/${{ env.BUNDLE_NAME }}.app/Contents/MacOS/${{ env.BINARY_NAME }}
204
205
- name: Codesign
0 commit comments