Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 19, 2023
1 parent 0a92181 commit 2ccd1dc
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 @@ -60,10 +60,10 @@ jobs:
p12-password: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
- name: Codesign executable (OSX)
if: matrix.os == 'macos-latest'
run: "/usr/bin/codesign --force -s ${{ secrets.APPLE_SIGNING_IDENTITY }} --options=runtime --deep target/release/bundle/macos/overlayed.app -v"
run: /usr/bin/codesign --force -s "${{ secrets.APPLE_SIGNING_IDENTITY }}" --options=runtime --deep target/release/bundle/macos/overlayed.app -v
working-directory: "apps/desktop/src-tauri"
- name: Bundle
uses: thedoctor0/[email protected]
uses: thedoctor0/[email protected]
with:
type: "zip"
filename: overlayed-${{ matrix.target }}.zip
Expand Down

0 comments on commit 2ccd1dc

Please sign in to comment.