Skip to content

Commit

Permalink
fixed incorrect path argument
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Feb 4, 2024
1 parent 0507894 commit 98cd231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Notarize (nexrender-worker-macos)
shell: bash
run: |
TMP=${{ steps.tmp.outputs.path }}
TMP=${{ steps.tmp2.outputs.path }}
xcrun notarytool submit \
"${{ steps.zip2.outputs.zip_path }}" \
--wait \
Expand Down

0 comments on commit 98cd231

Please sign in to comment.