Skip to content

Commit

Permalink
Switch to test signing for windows setup
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo committed Sep 18, 2024
1 parent 7a63ac8 commit 18bbf7d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: upload-unsigned-artifact
uses: actions/upload-artifact@v4
with:
name: Win-Setup
name: Win-Setup-Unsigned
path: dist/*.exe
if-no-files-found: error
retention-days: 14
Expand All @@ -43,15 +43,15 @@ jobs:
api-token: "${{ secrets.SIGNPATH_API_TOKEN }}"
organization-id: "0471e52c-66fa-4e9a-bfb9-36167095ca3f"
project-slug: "novelWriter"
signing-policy-slug: "release-signing"
signing-policy-slug: "test-signing"
github-artifact-id: "${{ steps.upload-unsigned-artifact.outputs.artifact-id }}"
wait-for-completion: true
output-artifact-directory: "dist/"

- name: Upload Signed Artifacts
uses: actions/upload-artifact@v4
with:
name: Win-Setup
name: Win-Setup-Signed
path: dist/*.exe
if-no-files-found: error
retention-days: 14

0 comments on commit 18bbf7d

Please sign in to comment.