From 600f316e29f7c84715aee6c6d70940053a9f40cb Mon Sep 17 00:00:00 2001 From: Tim Nunamaker Date: Fri, 15 Mar 2024 17:39:02 -0500 Subject: [PATCH] Miss a reference --- .github/workflows/package.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index fe96e54..b21a8bb 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -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