From 1044693f7e1882bee8301a4e910e536d1b6ccab2 Mon Sep 17 00:00:00 2001 From: xrgzs Date: Wed, 10 Apr 2024 20:43:27 +0800 Subject: [PATCH] add ci build artifact version --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7aa0bd8..315e1ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,5 +42,5 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v4 with: - name: XRSYS_OSC_CI_Build + name: XRSYS_OSC_CI_Build_v${{ steps.generate_version.outputs.version }} path: osc.exe \ No newline at end of file