Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Nov 6, 2024
1 parent 4fc8083 commit c7836ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd-build-packages-4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1694,7 +1694,7 @@ jobs:
VARIANT_PACKAGE_SUFFIX: ""
PACKAGE_FORMAT: "DEB"
RUBY_PACKAGE_VERSION_ID: "3.2"
RUBY_PACKAGE_REVISION: "8"
RUBY_PACKAGE_REVISION: "9"

- name: Archive package artifact to Google Cloud
run: ./internal-scripts/ci-cd/upload-artifact.sh
Expand Down Expand Up @@ -1799,7 +1799,7 @@ jobs:
VARIANT_PACKAGE_SUFFIX: "-jemalloc"
PACKAGE_FORMAT: "DEB"
RUBY_PACKAGE_VERSION_ID: "3.2"
RUBY_PACKAGE_REVISION: "8"
RUBY_PACKAGE_REVISION: "9"

- name: Archive package artifact to Google Cloud
run: ./internal-scripts/ci-cd/upload-artifact.sh
Expand Down Expand Up @@ -1892,7 +1892,7 @@ jobs:
VARIANT_PACKAGE_SUFFIX: "-malloctrim"
PACKAGE_FORMAT: "DEB"
RUBY_PACKAGE_VERSION_ID: "3.2"
RUBY_PACKAGE_REVISION: "8"
RUBY_PACKAGE_REVISION: "9"

- name: Archive package artifact to Google Cloud
run: ./internal-scripts/ci-cd/upload-artifact.sh
Expand Down

0 comments on commit c7836ec

Please sign in to comment.