Skip to content

Commit 880f30d

Browse files
asdf
1 parent 25b9cf0 commit 880f30d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ jobs:
4646
with:
4747
npm_package_name: mongodb-client-encryption
4848

49+
- run: |
50+
FILENAMES="build-*/*.tar.gz ${{ env.package_file }}"
51+
echo "FILES FILES"
52+
echo $FILENAMES
53+
echo "FILES_TO_SIGN=${FILENAMES}" >> "$GITHUB_ENV"
54+
shell: bash
55+
4956
- name: actions/sign_and_upload_package
5057
uses: ./.github/actions/sign_and_upload_package
5158
with:
@@ -54,7 +61,7 @@ jobs:
5461
aws_secret_id: ${{ secrets.AWS_SECRET_ID }}
5562
npm_package_name: 'mongodb-client-encryption'
5663
dry_run: ${{ needs.release_please.outputs.release_created == '' }}
57-
filenames: 'build-*/*.tar.gz ${{ env.package_file }}'
64+
filenames: ${{ env.FILES_TO_SIGN }}
5865
artifact_directory: artifacts
5966

6067
- name: Copy sbom file to release assets

0 commit comments

Comments
 (0)