We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7ed3d5 commit 6433cf2Copy full SHA for 6433cf2
.github/actions/compress_sign_and_upload/action.yml
@@ -42,7 +42,7 @@ runs:
42
with:
43
filenames: ${{ steps.get_vars.outputs.package_file }}
44
env:
45
- RELEASE_ASSETS: ${{ steps.get_vars.outputs.package_file }}
+ RELEASE_ASSETS: ${{ steps.get_vars.outputs.package_file }}.sig
46
- name: "Upload release artifacts"
47
run: gh release upload v${{ steps.get_vars.outputs.package_version }} ${{ steps.get_vars.outputs.package_file }}.sig
48
shell: bash
0 commit comments