Skip to content

Commit

Permalink
Use correct binary path for macOS codesigning
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Sep 4, 2022
1 parent db57e98 commit 635b576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ jobs:
if: runner.os == 'macOS'
run: |
python3 macos_sign_and_notarize.py "artichoke-nightly-${{ matrix.target }}" \
--binary artichoke/target/release/artichoke \
--binary artichoke/target/release/airb \
--binary "artichoke/target/${{ matrix.target }}/release/artichoke" \
--binary "artichoke/target/${{ matrix.target }}/release/airb" \
--resource artichoke/LICENSE \
--resource artichoke/README.md \
--resource THIRDPARTY.txt
Expand Down

0 comments on commit 635b576

Please sign in to comment.