Skip to content

Commit

Permalink
Install PyInstaller and give execution access
Browse files Browse the repository at this point in the history
  • Loading branch information
pdelboca committed Jan 17, 2025
1 parent ad1fde6 commit ad98794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/create-dmg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- name: Install Dependencies
run: |
pip3 install -r requirements.txt
pip3 install pyinstaller==6.11.1
brew install create-dmg
- name: Build and notarize the dmg file
env:
Expand All @@ -23,6 +24,7 @@ jobs:
APPLE_ID: ${{ secrets.MAC_APPLE_ID }}
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.MAC_APP_SPECIFIC_PASSWORD }}
run: |
chmod +x create-dmg.sh
./create-dmg.sh
- name: Archive build artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ad98794

Please sign in to comment.