From 5b18969a5d2935783074a74a416cd871ee1c88e3 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Fri, 21 Aug 2020 03:24:38 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 037f141..7f5bf84 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,12 +52,13 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${{ jobs.Linux.VERSION.VERION }}-Linux + name: AV_Data_Capture-CLI-${{ VERSION.VERION }}-Linux path: dist Windows: runs-on: windows-latest + needs: Linux steps: - uses: actions/checkout@v2 @@ -100,11 +101,12 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${{ jobs.Linux.VERSION.VERION }}-Windows + name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.VERION }}-Windows path: dist MacOS: + needs: Linux runs-on: macos-latest steps: @@ -143,5 +145,5 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 with: - name: AV_Data_Capture-CLI-${{ jobs.Linux.VERSION.VERION }}-MacOS + name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.VERION }}-MacOS path: dist