There was an error while loading. Please reload this page.
1 parent c8c3b7a commit 6a1c75dCopy full SHA for 6a1c75d
gpg-sign/action.yml
@@ -25,4 +25,4 @@ runs:
25
- name: "Move the signature files to the release directory"
26
shell: bash
27
run: |
28
- mv ${{inputs.filenames}}.sig $RELEASE_ASSETS
+ for filename in ${{ inputs.filenames }}; do mv ${filename}.sig $RELEASE_ASSETS; done
0 commit comments