Skip to content

Commit 6433cf2

Browse files
release assets reset
1 parent e7ed3d5 commit 6433cf2

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/compress_sign_and_upload

1 file changed

+1
-1
lines changed

.github/actions/compress_sign_and_upload/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
with:
4343
filenames: ${{ steps.get_vars.outputs.package_file }}
4444
env:
45-
RELEASE_ASSETS: ${{ steps.get_vars.outputs.package_file }}
45+
RELEASE_ASSETS: ${{ steps.get_vars.outputs.package_file }}.sig
4646
- name: "Upload release artifacts"
4747
run: gh release upload v${{ steps.get_vars.outputs.package_version }} ${{ steps.get_vars.outputs.package_file }}.sig
4848
shell: bash

0 commit comments

Comments
 (0)