Skip to content

Commit ad98794

Browse files
committed
Install PyInstaller and give execution access
1 parent ad1fde6 commit ad98794

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/create-dmg.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- name: Install Dependencies
1515
run: |
1616
pip3 install -r requirements.txt
17+
pip3 install pyinstaller==6.11.1
1718
brew install create-dmg
1819
- name: Build and notarize the dmg file
1920
env:
@@ -23,6 +24,7 @@ jobs:
2324
APPLE_ID: ${{ secrets.MAC_APPLE_ID }}
2425
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.MAC_APP_SPECIFIC_PASSWORD }}
2526
run: |
27+
chmod +x create-dmg.sh
2628
./create-dmg.sh
2729
- name: Archive build artifacts
2830
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)