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 34
34
name : Upload prebuild
35
35
uses : actions/upload-artifact@v4
36
36
with :
37
- name : build-${{ matrix.os }}
37
+ name : build-${{ matrix.os }}.tar.gz
38
38
path : prebuilds/
39
39
if-no-files-found : " error"
40
40
retention-days : 1
75
75
name : Upload prebuild
76
76
uses : actions/upload-artifact@v4
77
77
with :
78
- name : build-linux-glibc-${{ matrix.linux_arch }}
78
+ name : build-linux-glibc-${{ matrix.linux_arch }}.tar.gz
79
79
path : prebuilds/
80
80
if-no-files-found : " error"
81
81
retention-days : 1
@@ -116,7 +116,7 @@ jobs:
116
116
name : Upload prebuild
117
117
uses : actions/upload-artifact@v4
118
118
with :
119
- name : build-linux-musl-${{ matrix.linux_arch }}
119
+ name : build-linux-musl-${{ matrix.linux_arch }}.tar.gz
120
120
path : prebuilds/
121
121
if-no-files-found : " error"
122
122
retention-days : 1
Original file line number Diff line number Diff line change @@ -44,12 +44,19 @@ jobs:
44
44
ignore_install_scripts : true
45
45
46
46
- 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
48
48
with :
49
49
npm_package_name : " @mongodb-js/zstd"
50
50
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
+
51
58
- 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
53
60
with :
54
61
aws_role_arn : ${{ secrets.AWS_ROLE_ARN }}
55
62
aws_region_name : us-east-1
You can’t perform that action at this time.
0 commit comments