Skip to content

Commit

Permalink
Fix signing step
Browse files Browse the repository at this point in the history
  • Loading branch information
Drommedhar committed Oct 26, 2024
1 parent 5ba1b33 commit 7a00d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
signing-policy-slug: 'release-signing'
github-artifact-id: '${{steps.Artifact.outputs.artifact-id}}'
wait-for-completion: true
output-artifact-directory: './'
output-artifact-directory: './release.zip'
parameters: |
Version: ${{ toJSON(steps.project-version.outputs.version) }}
Release_Tag: "v${{ steps.project-version.outputs.version }}"
Expand Down

0 comments on commit 7a00d0f

Please sign in to comment.