Skip to content

Commit

Permalink
Fix pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
nroduit committed May 6, 2024
1 parent 2ccb286 commit 2e28ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
run: |
xcrun notarytool submit \
"final-dist/${{ env.NAME }}-${{ env.WEASIS_CLEAN_VERSION }}-${{ matrix.warc }}.pkg" \
--apple-id "${{ secrets.APPLE_DEVELOPER_AC_USERNAME }}" \
--apple-id "${{ secrets.WEASIS_PWD }}" \
--team-id "${{ secrets.APPLE_TEAM_ID }}" \
--password "${{ secrets.APPLE_DEVELOPER_AC_PASSWORD }}" \
--wait
Expand Down

0 comments on commit 2e28ef6

Please sign in to comment.