mirror of
https://github.com/ivabus/gui
synced 2025-04-23 22:17:18 +03:00
correct ref
This commit is contained in:
parent
b4863f80eb
commit
134656552b
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -140,7 +140,7 @@ jobs:
|
|||
if: startsWith(matrix.platform.name, 'darwin')
|
||||
# FROM: https://tauri.app/v1/guides/distribution/sign-macos
|
||||
env:
|
||||
CARGO_TARGET_DIR: ${{ GITHUB_WORKSPACE }}/target
|
||||
CARGO_TARGET_DIR: ${{ github.workspace }}/target
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
ENABLE_CODE_SIGNING: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
||||
APPLE_CERTIFICATE: ${{ secrets.GUI_APPLE_CERTIFICATE }}
|
||||
|
|
Loading…
Reference in a new issue