Skip to content

Commit

Permalink
Separate Upload to App Store in own step
Browse files Browse the repository at this point in the history
  • Loading branch information
fservida committed May 18, 2024
1 parent eed2321 commit 461f06c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ jobs:
MACOS_ALTOOL_PASSWORD: ${{ secrets.MACOS_ALTOOL_PASSWORD }}
run: |
src/build/macos/build_macos.sh
- name: 'Upload App to App Store'
env:
MACOS_ALTOOL_USER: ${{ secrets.MACOS_ALTOOL_USER }}
MACOS_ALTOOL_PASSWORD: ${{ secrets.MACOS_ALTOOL_PASSWORD }}
run: |
xcrun altool --upload-app --file build/dist/gemino.pkg -u $MACOS_ALTOOL_USER -p $MACOS_ALTOOL_PASSWORD --type macos
- name: 'Upload DMG Artifact'
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 461f06c

Please sign in to comment.