From c009f0c891e41203c165d4414a2fd9097bd4e6cf Mon Sep 17 00:00:00 2001 From: DLmaster361 Date: Thu, 5 Jun 2025 23:39:09 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E6=B5=8B=E8=AF=95=E8=AF=81=E4=B9=A6?= =?UTF-8?q?=E6=B3=A8=E5=86=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/1.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/workflows/1.yml b/.github/workflows/1.yml index c2c0f0d..a20cce4 100644 --- a/.github/workflows/1.yml +++ b/.github/workflows/1.yml @@ -41,4 +41,17 @@ jobs: uses: actions/upload-artifact@v4 with: name: AUTO_MAA - path: AUTO_MAA.exe \ No newline at end of file + path: 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' + artifact-configuration-slug: "single-exe" + github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}' + wait-for-completion: true + output-artifact-directory: 'AUTO_MAA'