From 0b6cc59de1413cb5273583631594cabba5a1fb8f Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Thu, 5 Jun 2025 22:38:24 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=9E=84=E5=BB=BA=E9=83=A8=E5=88=86?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-app-test.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/build-app-test.yml b/.github/workflows/build-app-test.yml index 8fc5a21..a3e0c34 100644 --- a/.github/workflows/build-app-test.yml +++ b/.github/workflows/build-app-test.yml @@ -94,24 +94,6 @@ jobs: output-file: AUTO_MAA output-dir: AUTO_MAA - - name: Upload unsigned artifact - id: upload-unsigned-artifact - uses: actions/upload-artifact@v4 - with: - path: AUTO_MAA/AUTO_MAA.exe - - - name: Sign main program - id: sign_main_program - uses: signpath/github-action-submit-signing-request@v1.2 - with: - api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' - organization-id: '787a1d5f-6177-4f30-9559-d2646473584a' - project-slug: 'AUTO_MAA_' - signing-policy-slug: 'test-signing' - github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}' - wait-for-completion: true - output-artifact-directory: 'AUTO_MAA' - - name: Add other resources shell: pwsh run: |