Skip to content

Commit

Permalink
Miss a reference
Browse files Browse the repository at this point in the history
  • Loading branch information
tnunamak committed Mar 15, 2024
1 parent 30f2caf commit 600f316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
sh scripts/package-macos-app.sh # TODO: pass in CERT, etc.
# Create a ZIP archive of the app bundle
ditto -c -k --keepParent "${{ github.workspace }}/dist/selfie/Selfie.app" "${{ github.event.inputs.artifact_name || format('{0}-build', matrix.os) }}.zip"
ditto -c -k --keepParent "${{ github.workspace }}/dist/Selfie.app" "${{ github.event.inputs.artifact_name || format('{0}-build', matrix.os) }}.zip"
echo "Submitting app for notarization..."
API_KEY_PATH=$RUNNER_TEMP/AuthKey_${{secrets.APPLE_ASC_API_KEY_ID}}.p8
Expand Down

0 comments on commit 600f316

Please sign in to comment.