From a7acc2f55b59b96fe4a72024e4fd3a3b30266522 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Wed, 21 Jan 2026 05:05:00 +0900 Subject: [PATCH] CICD.yml: Stop archiving binaries in flavor of tag/latest-commit --- .github/workflows/CICD.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index a96bf2130f2..7bd56e38b78 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -860,11 +860,6 @@ jobs: ${{ matrix.job.cargo-options }} ${{ steps.dep_vars.outputs.CARGO_UTILITY_LIST_OPTIONS }} env: RUST_BACKTRACE: "1" - - name: Archive executable artifacts - uses: actions/upload-artifact@v6 - with: - name: ${{ env.PROJECT_NAME }}-${{ matrix.job.target }}${{ steps.vars.outputs.ARTIFACTS_SUFFIX }} - path: target/${{ matrix.job.target }}/release/${{ env.PROJECT_NAME }}${{ steps.vars.outputs.EXE_suffix }} - name: Package if: matrix.job.skip-package != true shell: bash