From c044ef087d660ee1775b876b164507d4e7240b31 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Tue, 30 Jun 2020 20:51:17 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0b8e22e..62a9d6e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,19 +65,25 @@ jobs: name: AV_Data_Capture-CLI-MacOS path: dist + run: | + rm -rf AV_Data_Capture-CLI-MacOS.zip - name: Upload build artifact-2 - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v2 with: if: matrix.os == 'ubuntu-latest' name: AV_Data_Capture-CLI-Linux path: dist - + run: | + rm -rf AV_Data_Capture-CLI-Linux.zip + - name: Upload build artifact-3 - uses: actions/upload-artifact@v1 + uses: actions/upload-artifact@v3 with: if: matrix.os == 'windows-latest' name: AV_Data_Capture-CLI-Windows path: dist + run: | + rm -rf AV_Data_Capture-CLI-Windows.zip