Skip to content

Commit

Permalink
Fix the outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
matiaskorhonen committed Aug 13, 2024
1 parent b3a8295 commit 1f3b0bb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codesign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
echo -n "$AUTH_KEY_BASE64" | base64 --decode -o $AUTH_KEY_PATH
# setup outputs
echo "auth_key_path=$AUTH_KEY_PATH" >> $GITHUB_ENV
echo "keychain_path=$KEYCHAIN_PATH" >> $GITHUB_ENV
echo "pp_path=$PP_PATH" >> $GITHUB_ENV
echo "certificate_path=$CERTIFICATE_PATH" >> $GITHUB_ENV
echo "auth_key_path=$AUTH_KEY_PATH" >> $GITHUB_OUTPUT
echo "keychain_path=$KEYCHAIN_PATH" >> $GITHUB_OUTPUT
echo "pp_path=$PP_PATH" >> $GITHUB_OUTPUT
echo "certificate_path=$CERTIFICATE_PATH" >> $GITHUB_OUTPUT
- name: Fetch PaperAge release
uses: robinraju/[email protected]
with:
Expand Down

0 comments on commit 1f3b0bb

Please sign in to comment.