Skip to content

Commit c875093

Browse files
committed
FIX TS AGAINN
1 parent f4977fe commit c875093

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ jobs:
199199
run: |
200200
mkdir -p build/dmg
201201
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
202203
mv build/universal/${{ env.BINARY_NAME }} build/dmg/${{ env.BUNDLE_NAME }}.app/Contents/MacOS/${{ env.BINARY_NAME }}
203204
204205
- name: Codesign

0 commit comments

Comments
 (0)