From 0ea1ece26a066dd8100e5974c89d1a872d2c34f3 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Fri, 21 Aug 2020 03:55:17 +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 218be85..cf1cd41 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -51,7 +51,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${{ env.run.env.VERSION }}-Linux + name: AV_Data_Capture-CLI-${{ env.run }}-Linux path: dist @@ -95,7 +95,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${{ needs.Linux.env.run.env.VERSION }}-Windows + name: AV_Data_Capture-CLI-${{ needs.Linux.env.run }}-Windows path: dist @@ -139,5 +139,5 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${{ needs.Linux.env.run.env.VERSIONN }}-MacOS + name: AV_Data_Capture-CLI-${{ needs.Linux.env.run }}-MacOS path: dist