Skip to content

Commit 3543237

Browse files
lint
1 parent 413d67d commit 3543237

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
- name: Create detached signature
4343
uses: mongodb-labs/drivers-github-tools/gpg-sign@v2
4444
with:
45-
filenames: ${{ steps.get_vars.outputs.package_file }
45+
filenames: ${{ steps.get_vars.outputs.package_file }}
4646
env:
4747
RELEASE_ASSETS: ${{ steps.get_vars.outputs.package_file }}.temp.sig
4848

0 commit comments

Comments
 (0)