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 413d67d commit 3543237Copy full SHA for 3543237
.github/actions/compress_sign_and_upload/action.yml
@@ -42,7 +42,7 @@ runs:
42
- name: Create detached signature
43
uses: mongodb-labs/drivers-github-tools/gpg-sign@v2
44
with:
45
- filenames: ${{ steps.get_vars.outputs.package_file }
+ filenames: ${{ steps.get_vars.outputs.package_file }}
46
env:
47
RELEASE_ASSETS: ${{ steps.get_vars.outputs.package_file }}.temp.sig
48
0 commit comments