Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalchecinski committed Jan 22, 2024
1 parent d9de046 commit 9c9a781
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ jobs:
echo "Notarize app"
xcrun notarytool submit "notarization.zip" --keychain-profile "notarytool-profile" --wait
echo "Attach staple"
chmod -R 755 "./target/${{ matrix.settings.target }}/release/bws"
xcrun stapler staple -v "./target/${{ matrix.settings.target }}/release/bws"
# Apple don't support staple cli tools
# echo "Attach staple"
# xcrun stapler staple -v "./target/${{ matrix.settings.target }}/release/bws"
- name: Retrieve secrets windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit 9c9a781

Please sign in to comment.