File tree Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Expand file tree Collapse file tree 2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 3434 name : Upload prebuild
3535 uses : actions/upload-artifact@v4
3636 with :
37- name : build-${{ matrix.os }}
37+ name : build-${{ matrix.os }}.tar.gz
3838 path : prebuilds/
3939 if-no-files-found : " error"
4040 retention-days : 1
7575 name : Upload prebuild
7676 uses : actions/upload-artifact@v4
7777 with :
78- name : build-linux-glibc-${{ matrix.linux_arch }}
78+ name : build-linux-glibc-${{ matrix.linux_arch }}.tar.gz
7979 path : prebuilds/
8080 if-no-files-found : " error"
8181 retention-days : 1
@@ -116,7 +116,7 @@ jobs:
116116 name : Upload prebuild
117117 uses : actions/upload-artifact@v4
118118 with :
119- name : build-linux-musl-${{ matrix.linux_arch }}
119+ name : build-linux-musl-${{ matrix.linux_arch }}.tar.gz
120120 path : prebuilds/
121121 if-no-files-found : " error"
122122 retention-days : 1
Original file line number Diff line number Diff line change @@ -44,12 +44,19 @@ jobs:
4444 ignore_install_scripts : true
4545
4646 - name : Load version and package info
47- uses : mongodb-labs /drivers-github-tools/node/get_version_info@v2
47+ uses : baileympearson /drivers-github-tools/node/get_version_info@no-story-files
4848 with :
4949 npm_package_name : " @mongodb-js/zstd"
5050
51+ # - name: Set up drivers-github-tools
52+ # uses: mongodb-labs/drivers-github-tools/setup@v2
53+ # with:
54+ # aws_region_name: ${{ inputs.aws_region_name }}
55+ # aws_role_arn: ${{ inputs.aws_role_arn }}
56+ # aws_secret_id: ${{ inputs.aws_secret_id }}
57+
5158 - name : actions/compress_sign_and_upload
52- uses : mongodb-labs /drivers-github-tools/node/sign_node_package@v2
59+ uses : baileympearson /drivers-github-tools/node/sign_node_package@no-story-files
5360 with :
5461 aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
5562 aws_region_name : us-east-1
You can’t perform that action at this time.
0 commit comments