Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Jan 11, 2025
1 parent 4a47352 commit eb0adde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,6 @@ jobs:
- name: Create dmg
run: |
if [[ "${{ github.event_name }}" == "release" && "${{ github.ref }}" == refs/tags/v* ]]; then
export APP_PATH=$(pwd)/universal/usr/local/bin/qfield.app
export DMG_PATH=qfield.dmg
echo "${{ secrets.APPLE_DEVELOPER_ID_P12_BASE64 }}" | base64 --decode > cert.p12
export P12_PATH=cert.p12
export P12_PASSWORD=${{ secrets.APPLE_DEVELOPER_ID_P12_PASSWORD }}
Expand All @@ -205,6 +203,8 @@ jobs:
export API_KEY_PATH=authkey.p8
fi
export APP_PATH=$(pwd)/universal/usr/local/bin/qfield.app
export DMG_PATH=qfield.dmg
./platform/macos/create_dmg.sh
- name: 📤 Upload app
Expand Down

0 comments on commit eb0adde

Please sign in to comment.