Switch to test signing for windows setup
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
|||||||
id: upload-unsigned-artifact
|
id: upload-unsigned-artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Win-Setup
|
name: Win-Setup-Unsigned
|
||||||
path: dist/*.exe
|
path: dist/*.exe
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
@@ -43,7 +43,7 @@ jobs:
|
|||||||
api-token: "${{ secrets.SIGNPATH_API_TOKEN }}"
|
api-token: "${{ secrets.SIGNPATH_API_TOKEN }}"
|
||||||
organization-id: "0471e52c-66fa-4e9a-bfb9-36167095ca3f"
|
organization-id: "0471e52c-66fa-4e9a-bfb9-36167095ca3f"
|
||||||
project-slug: "novelWriter"
|
project-slug: "novelWriter"
|
||||||
signing-policy-slug: "release-signing"
|
signing-policy-slug: "test-signing"
|
||||||
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: "dist/"
|
output-artifact-directory: "dist/"
|
||||||
@@ -51,7 +51,7 @@ jobs:
|
|||||||
- name: Upload Signed Artifacts
|
- name: Upload Signed Artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: Win-Setup
|
name: Win-Setup-Signed
|
||||||
path: dist/*.exe
|
path: dist/*.exe
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
retention-days: 14
|
retention-days: 14
|
||||||
|
|||||||
Reference in New Issue
Block a user