From f70e30d129deac2bf0b511dcd8490fe842da1be3 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Tue, 30 Jun 2020 20:57:56 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dbfb796..e573d9a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -58,30 +58,9 @@ jobs: run: | cp config.ini dist/ - - name: Upload build artifact-1 + - name: Upload build artifact uses: actions/upload-artifact@v1 with: - if: matrix.os == 'macos-latest' - name: AV_Data_Capture-CLI-MacOS - - path: dist - run: | - rm -rf dist - - - name: Upload build artifact-2 - uses: actions/upload-artifact@v1 - with: - if: matrix.os == 'ubuntu-latest' - name: AV_Data_Capture-CLI-Linux - - path: dist - run: | - rm -rf dist - - - name: Upload build artifact-3 - uses: actions/upload-artifact@v1 - with: - if: matrix.os == 'windows-latest' - name: AV_Data_Capture-CLI-Windows - + name: AV_Data_Capture-CLI-${{ matrix.os }} path: dist +