ci: 修正signpath证书参数
This commit is contained in:
4
.github/workflows/build-app-test.yml
vendored
4
.github/workflows/build-app-test.yml
vendored
@@ -106,14 +106,14 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
|
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
|
||||||
organization-id: '787a1d5f-6177-4f30-9559-d2646473584a'
|
organization-id: '787a1d5f-6177-4f30-9559-d2646473584a'
|
||||||
project-slug: 'AUTO_MAA_Test'
|
project-slug: 'AUTO_MAA_'
|
||||||
signing-policy-slug: 'test-signing'
|
signing-policy-slug: 'test-signing'
|
||||||
artifact-configuration-slug: "single-exe"
|
artifact-configuration-slug: "single-exe"
|
||||||
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
|
github-artifact-id: '${{ steps.upload-unsigned-artifact.outputs.artifact-id }}'
|
||||||
wait-for-completion: true
|
wait-for-completion: true
|
||||||
output-artifact-directory: 'AUTO_MAA'
|
output-artifact-directory: 'AUTO_MAA'
|
||||||
|
|
||||||
- name: Add resources to AUTO_MAA directory
|
- name: Add other resources
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$root = "${{ github.workspace }}"
|
$root = "${{ github.workspace }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user