From 0deb538f275d36979d6c8f1d9d19d4343d7b38f2 Mon Sep 17 00:00:00 2001 From: ojowwalker77 Date: Fri, 17 Jul 2026 09:24:05 -0300 Subject: [PATCH] Use Lua team ID throughout release signing --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20b323c6..748fbf81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -134,7 +134,7 @@ jobs: - name: Archive signed app env: VERSION: ${{ steps.release.outputs.version }} - TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} + TEAM_ID: ${{ secrets.APPLE_TEAM_ID || vars.APPLE_TEAM_ID }} run: | xcodebuild \ -project Phi.xcodeproj \ @@ -155,7 +155,7 @@ jobs: - name: Re-sign Chromium helpers and verify bundle env: - TEAM_ID: ${{ secrets.APPLE_TEAM_ID }} + TEAM_ID: ${{ secrets.APPLE_TEAM_ID || vars.APPLE_TEAM_ID }} run: | app="$RUNNER_TEMP/Lua.xcarchive/Products/Applications/Lua.app" identity="Developer ID Application: Jonatas Walker ($TEAM_ID)"