Skip to content

Commit

Permalink
fixed bin argument prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
inlife committed Feb 4, 2024
1 parent 099d57f commit 0507894
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
shell: bash
run: |
security find-identity -v signing_temp.keychain | grep "89QX7NXPQM" | grep "Developer ID Application"
codesign --keychain signing_temp.keychain --force --deep --sign "89QX7NXPQM" "nexrender-worker-macos" --options=runtime
codesign --keychain signing_temp.keychain --force --deep --sign "89QX7NXPQM" "bin/nexrender-worker-macos" --options=runtime
- name: Create a tmp directory
id: tmp2
Expand All @@ -54,7 +54,7 @@ jobs:
run: |
TMP=${{ steps.tmp2.outputs.path }}
ZIP_PATH="$TMP/app2.zip"
zip -j "$ZIP_PATH" "nexrender-worker-macos"
zip -j "$ZIP_PATH" "bin/nexrender-worker-macos"
echo "zip_path=$ZIP_PATH" >> $GITHUB_OUTPUT
- name: Notarize (nexrender-worker-macos)
Expand Down

0 comments on commit 0507894

Please sign in to comment.