From 8cfbc4db6c318913aa7f917bbfe0825022c5e7a8 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Sat, 15 Aug 2020 19:05:09 +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 fd22a5b..7783a6a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-$env:VERSION-Windows + name: AV_Data_Capture-CLI-${{VERSION}}-Windows path: dist @@ -93,7 +93,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-$env:VERSION-MacOS + name: AV_Data_Capture-CLI-${{VERSION}}-MacOS path: dist Linux: @@ -136,5 +136,5 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-$env:VERSION-Linux + name: AV_Data_Capture-CLI-${{VERSION}}-Linux path: dist