Skip to content

Commit

Permalink
clean run
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Nov 27, 2024
1 parent b3eba5f commit 5073612
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
name: Upload prebuild
uses: actions/upload-artifact@v4
with:
name: build-${{ matrix.os }}
name: build-${{ matrix.os }}.tar.gz
path: prebuilds/
if-no-files-found: "error"
retention-days: 1
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
name: Upload prebuild
uses: actions/upload-artifact@v4
with:
name: build-linux-glibc-${{ matrix.linux_arch }}
name: build-linux-glibc-${{ matrix.linux_arch }}.tar.gz
path: prebuilds/
if-no-files-found: "error"
retention-days: 1
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
name: Upload prebuild
uses: actions/upload-artifact@v4
with:
name: build-linux-musl-${{ matrix.linux_arch }}
name: build-linux-musl-${{ matrix.linux_arch }}.tar.gz
path: prebuilds/
if-no-files-found: "error"
retention-days: 1
Expand Down
11 changes: 9 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,19 @@ jobs:
ignore_install_scripts: true

- name: Load version and package info
uses: mongodb-labs/drivers-github-tools/node/get_version_info@v2
uses: baileympearson/drivers-github-tools/node/get_version_info@no-story-files
with:
npm_package_name: "@mongodb-js/zstd"

# - name: Set up drivers-github-tools
# uses: mongodb-labs/drivers-github-tools/setup@v2
# with:
# aws_region_name: ${{ inputs.aws_region_name }}
# aws_role_arn: ${{ inputs.aws_role_arn }}
# aws_secret_id: ${{ inputs.aws_secret_id }}

- name: actions/compress_sign_and_upload
uses: mongodb-labs/drivers-github-tools/node/sign_node_package@v2
uses: baileympearson/drivers-github-tools/node/sign_node_package@no-story-files
with:
aws_role_arn: ${{ secrets.AWS_ROLE_ARN }}
aws_region_name: us-east-1
Expand Down

0 comments on commit 5073612

Please sign in to comment.