We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1fde6 commit ad98794Copy full SHA for ad98794
.github/workflows/create-dmg.yaml
@@ -14,6 +14,7 @@ jobs:
14
- name: Install Dependencies
15
run: |
16
pip3 install -r requirements.txt
17
+ pip3 install pyinstaller==6.11.1
18
brew install create-dmg
19
- name: Build and notarize the dmg file
20
env:
@@ -23,6 +24,7 @@ jobs:
23
24
APPLE_ID: ${{ secrets.MAC_APPLE_ID }}
25
APPLE_APP_SPECIFIC_PASSWORD: ${{ secrets.MAC_APP_SPECIFIC_PASSWORD }}
26
27
+ chmod +x create-dmg.sh
28
./create-dmg.sh
29
- name: Archive build artifacts
30
uses: actions/upload-artifact@v4
0 commit comments