From ee94bbb2b8cff147f433ae656cc4690e591a80ec Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Wed, 24 Dec 2025 07:23:48 +0300 Subject: [PATCH] fix: correct pezstaging-node-cli package name in CI workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The package was renamed from pez-staging-node-cli to pezstaging-node-cli during the rebrand but the workflow files still referenced the old name. Files updated: - build-publish-images.yml - release-20_build-rc.yml - release-reusable-rc-build.yml - tests-linux-stable.yml - tests.yml 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/build-publish-images.yml | 2 +- .github/workflows/release-20_build-rc.yml | 4 ++-- .github/workflows/release-reusable-rc-build.yml | 4 ++-- .github/workflows/tests-linux-stable.yml | 2 +- .github/workflows/tests.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-publish-images.yml b/.github/workflows/build-publish-images.yml index 06d245ce..a77a3581 100644 --- a/.github/workflows/build-publish-images.yml +++ b/.github/workflows/build-publish-images.yml @@ -246,7 +246,7 @@ jobs: id: required run: | mkdir -p ./artifacts/bizinikiwi/ - WASM_BUILD_NO_COLOR=1 cargo build --locked --release -p pez-staging-node-cli + WASM_BUILD_NO_COLOR=1 cargo build --locked --release -p pezstaging-node-cli ls -la target/release/ - name: pack artifacts shell: bash diff --git a/.github/workflows/release-20_build-rc.yml b/.github/workflows/release-20_build-rc.yml index 46d5b7bd..32180bab 100644 --- a/.github/workflows/release-20_build-rc.yml +++ b/.github/workflows/release-20_build-rc.yml @@ -139,7 +139,7 @@ jobs: uses: "./.github/workflows/release-reusable-rc-build.yml" with: binary: '["bizinikiwi-node"]' - package: pez-staging-node-cli + package: pezstaging-node-cli release_tag: ${{ needs.validate-inputs.outputs.release_tag }} target: x86_64-unknown-linux-gnu secrets: inherit @@ -260,7 +260,7 @@ jobs: uses: "./.github/workflows/release-reusable-rc-build.yml" with: binary: '["bizinikiwi-node"]' - package: pez-staging-node-cli + package: pezstaging-node-cli release_tag: ${{ needs.validate-inputs.outputs.release_tag }} target: aarch64-apple-darwin secrets: inherit diff --git a/.github/workflows/release-reusable-rc-build.yml b/.github/workflows/release-reusable-rc-build.yml index b4e62844..ab871837 100644 --- a/.github/workflows/release-reusable-rc-build.yml +++ b/.github/workflows/release-reusable-rc-build.yml @@ -403,7 +403,7 @@ jobs: secrets: inherit upload-bizinikiwi-node-artifacts-to-s3: - if: ${{ inputs.package == 'pez-staging-node-cli' && inputs.target == 'x86_64-unknown-linux-gnu' }} + if: ${{ inputs.package == 'pezstaging-node-cli' && inputs.target == 'x86_64-unknown-linux-gnu' }} needs: [build-rc] uses: ./.github/workflows/release-reusable-s3-upload.yml with: @@ -505,7 +505,7 @@ jobs: secrets: inherit upload-bizinikiwi-node-macos-artifacts-to-s3: - if: ${{ inputs.package == 'pez-staging-node-cli' && inputs.target == 'aarch64-apple-darwin' }} + if: ${{ inputs.package == 'pezstaging-node-cli' && inputs.target == 'aarch64-apple-darwin' }} needs: [build-macos-rc] uses: ./.github/workflows/release-reusable-s3-upload.yml with: diff --git a/.github/workflows/tests-linux-stable.yml b/.github/workflows/tests-linux-stable.yml index 2021a937..3d89558f 100644 --- a/.github/workflows/tests-linux-stable.yml +++ b/.github/workflows/tests-linux-stable.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: script id: required - run: WASM_BUILD_NO_COLOR=1 cargo test -p pez-staging-node-cli --release --locked -- --ignored + run: WASM_BUILD_NO_COLOR=1 cargo test -p pezstaging-node-cli --release --locked -- --ignored # https://github.com/pezkuwichain/ci_cd/issues/864 test-linux-stable-runtime-benchmarks: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6354f7a7..731fcea8 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: script - run: cargo run --locked --release -p pez-staging-node-cli --bin bizinikiwi-node --features runtime-benchmarks --quiet -- benchmark pallet --chain dev --pallet "*" --extrinsic "*" --steps 2 --repeat 1 --quiet + run: cargo run --locked --release -p pezstaging-node-cli --bin bizinikiwi-node --features runtime-benchmarks --quiet -- benchmark pallet --chain dev --pallet "*" --extrinsic "*" --steps 2 --repeat 1 --quiet # cf https://github.com/pezkuwichain/pezkuwi-sdk/issues/1652 test-syscalls: