From d109e2e4da99797d206f231eae997eedd59a7193 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Fri, 21 Aug 2020 03:29:03 +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 32cabb4..0ba9428 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${{ VERSION.outputs.VERSION }}-Linux + name: AV_Data_Capture-CLI-${{ VERSION.output.VERSION }}-Linux path: dist @@ -101,7 +101,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.outputs.VESRION }}-Windows + name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.output.VESRION }}-Windows path: dist @@ -145,5 +145,5 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.outputs.VERSION }}-MacOS + name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.output.VERSION }}-MacOS path: dist