From aa641b4b8298abbe47dc724ff5fa706c083fb6e5 Mon Sep 17 00:00:00 2001 From: shenjack <3695888@qq.com> Date: Sun, 25 Feb 2024 12:46:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=B8=8A=E4=BC=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E4=BB=A5=E5=8C=B9=E9=85=8D=E7=89=B9=E5=AE=9A?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/builds.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 71aa1b1..3da383c 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -39,6 +39,5 @@ jobs: - name: 上传 uses: actions/upload-artifact@v2 with: - # ica-rs-{version}-{build-count}.exe - name: ica-rs-${{ steps.get_version.outputs.value }}-${{ github.run_number }} + name: ica-rs-b${{ github.run_number }}-${{ steps.get_version.outputs.value }}-py38-win-x64 path: ./target/release/ica-rs.exe