Skip to content

Commit

Permalink
Fix env and add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Jan 17, 2025
1 parent 7eaa50c commit d9fe04d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-dmg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Build and notarize the dmg file
env:
CSC_LINK: ${{ secrets.CSC_LINK }}
CSC_LINK_PASSWORD: ${{ secrets.CSC_LINK_PASSWORD }}
CSC_KEY_PASSWORD: ${{ secrets.CSC_KEY_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.APPLE_APP_SPECIFIC_PASSWORD }}
Expand Down
2 changes: 2 additions & 0 deletions create-dmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
[ -e build ] && rm -r build
[ -e dist ] && rm -r dist
python build.py
ls dist
ls dist/*/

# Codesign the executable created by pyinstaller
echo "Codesigning the executable created by PyInstaller"
Expand Down

0 comments on commit d9fe04d

Please sign in to comment.