diff --git a/.github/workflows/build-app-test.yml b/.github/workflows/build-app-test.yml index 93184c0..0715fcb 100644 --- a/.github/workflows/build-app-test.yml +++ b/.github/workflows/build-app-test.yml @@ -106,14 +106,14 @@ jobs: with: api-token: '${{ secrets.SIGNPATH_API_TOKEN }}' organization-id: '787a1d5f-6177-4f30-9559-d2646473584a' - project-slug: 'AUTO_MAA_Test' + 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' - - name: Add resources to AUTO_MAA directory + - name: Add other resources shell: pwsh run: | $root = "${{ github.workspace }}"