mirror of
https://github.com/ivabus/gui
synced 2025-04-24 06:27:09 +03:00
change relative path
This commit is contained in:
parent
0194ae1944
commit
6c9d3ae6f7
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: ./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