mirror of
https://github.com/armbian/imager.git
synced 2026-01-06 12:31:28 -08:00
fix: pass APPLE_SIGNING_IDENTITY to Tauri for proper code signing
This commit is contained in:
1
.github/workflows/build-artifacts.yml
vendored
1
.github/workflows/build-artifacts.yml
vendored
@@ -184,6 +184,7 @@ jobs:
|
||||
os: macos-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
env:
|
||||
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
|
||||
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@@ -306,6 +306,7 @@ jobs:
|
||||
permissions:
|
||||
contents: write
|
||||
env:
|
||||
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
|
||||
|
||||
Reference in New Issue
Block a user