Skip to content

Commit

Permalink
missed a "
Browse files Browse the repository at this point in the history
  • Loading branch information
typemytype committed Feb 20, 2023
1 parent c898e8b commit b26b7db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Build app
run: |
source venv/bin/activate
python setupApp.py py2app --dmg --codesign "${{ secrets.CODESIGN_NAME }}" --notarizedeveloper "${{ secrets.NOTARIZE_DEVELOPER }}" --notarizeTeamID "${{ secrets.NOTARIZE_TEAMID }} --notarizePassword "${{ secrets.NOTARIZE_PASSWORD }}"
python setupApp.py py2app --dmg --codesign "${{ secrets.CODESIGN_NAME }}" --notarizedeveloper "${{ secrets.NOTARIZE_DEVELOPER }}" --notarizeTeamID "${{ secrets.NOTARIZE_TEAMID }}" --notarizePassword "${{ secrets.NOTARIZE_PASSWORD }}"
- name: Upload Notarization Log
uses: actions/upload-artifact@v1
Expand Down

0 comments on commit b26b7db

Please sign in to comment.