From 46871ad9933bddffc4f63e9339a8c66f9feb00ed Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Fri, 21 Aug 2020 02:41:40 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4bd96bf..d1eb942 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -54,7 +54,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${ VERSION }-Windows + name: AV_Data_Capture-CLI-${{ VERSION }}-Windows path: dist @@ -103,7 +103,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${ VERSION }-MacOS + name: AV_Data_Capture-CLI-${{ VERSION }}-MacOS path: dist Linux: @@ -151,5 +151,5 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${ VERSION }-Linux + name: AV_Data_Capture-CLI-${{ VERSION }}-Linux path: dist