Skip to content

Commit

Permalink
Merge pull request #613 from xG0Ian/fix-cliVersionGitCommit
Browse files Browse the repository at this point in the history
fix: empty git commit version of cli
  • Loading branch information
doitian authored Sep 19, 2024
2 parents 1489384 + 4403cf2 commit d2a8188
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 d2a8188

Please sign in to comment.