Skip to content

Commit

Permalink
fixup signpath workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Sep 7, 2024
1 parent 3ec8bca commit eac238a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ jobs:
path: fishnet-aarch64-unknown-linux-musl
windows-x86-64:
runs-on: windows-2019
outputs:
artifact-id: ${{ steps.upload-unsigned-artifact.outputs.artifact-id }}
defaults:
run:
shell: msys2 {0}
Expand Down Expand Up @@ -146,7 +148,7 @@ jobs:
organization-id: ${{ vars.SIGNPATH_ORGANIZATION_ID }}
project-slug: 'fishnet'
signing-policy-slug: ${{ vars.SIGNPATH_SIGNING_POLICY_SLUG }}
github-artifact-id: ${{ needs.windows-x86-64.upload-unsigned-artifact.outputs.artifact-id }}
github-artifact-id: ${{ needs.windows-x86-64.outputs.artifact-id }}
wait-for-completion: true
wait-for-completion-timeout-in-seconds: 7200
output-artifact-directory: signed
Expand Down

0 comments on commit eac238a

Please sign in to comment.