From e7d0a85ad55618bdd9ed9d702ad29802c832ce03 Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Mon, 16 Jun 2025 21:24:05 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E6=AD=A3project-slug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index eb1cd4b..422e386 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -107,7 +107,7 @@ jobs: with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '787a1d5f-6177-4f30-9559-d2646473584a' - project-slug: 'AUTO_MAA_' + project-slug: 'AUTO_MAA' signing-policy-slug: 'release-signing' artifact-configuration-slug: "AUTO_MAA" github-artifact-id: '${{ steps.upload-unsigned-main-program.outputs.artifact-id }}' @@ -155,7 +155,7 @@ jobs: with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '787a1d5f-6177-4f30-9559-d2646473584a' - project-slug: 'AUTO_MAA_' + project-slug: 'AUTO_MAA' signing-policy-slug: 'release-signing' artifact-configuration-slug: "AUTO_MAA-Setup" github-artifact-id: '${{ steps.upload-unsigned-setup-program.outputs.artifact-id }}'