Skip to content

Commit

Permalink
fix: fix empty git commit version of cli
Browse files Browse the repository at this point in the history
  • Loading branch information
xG0Ian committed Sep 3, 2024
1 parent 3bc6c51 commit 4403cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
name: ckb-cli_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
path: ckb-cli_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
env:
BUILDER_IMAGE: nervos/ckb-docker-builder:bionic-rust-1.71.1-openssl-3.1.3
BUILDER_IMAGE: nervos/ckb-docker-builder:bionic-rust-1.75.0
REL_PKG: x86_64-unknown-linux-gnu.tar.gz

package-for-linux-aarch64:
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
name: ckb-cli_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
path: ckb-cli_${{env.GIT_TAG_NAME }}_${{env.REL_PKG }}.asc
env:
BUILDER_IMAGE: nervos/ckb-docker-builder:centos-7-rust-1.71.1-openssl-3.1.3
BUILDER_IMAGE: nervos/ckb-docker-builder:centos-7-rust-1.75.0
REL_PKG: x86_64-unknown-centos-gnu.tar.gz

package-for-mac:
Expand Down

0 comments on commit 4403cf2

Please sign in to comment.