From ceef83f11a5fb7565f803a0681650007690b7651 Mon Sep 17 00:00:00 2001 From: Yoshiko2 <42309414+yoshiko2@users.noreply.github.com> Date: Fri, 21 Aug 2020 03:03:32 +0800 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2eac3f2..8a42aec 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,6 +10,8 @@ on: jobs: Windows: + env: + VERSION: 3.7.1 runs-on: windows-latest steps: @@ -52,8 +54,6 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 - env: - VERSION: 3.7.1 with: name: AV_Data_Capture-CLI-${{ VERSION }}-Windows path: dist @@ -61,6 +61,8 @@ jobs: MacOS: runs-on: macos-latest + env: + VERSION: 3.7.1 steps: - uses: actions/checkout@v2 @@ -109,6 +111,8 @@ jobs: Linux: runs-on: ubuntu-latest + env: + VERSION: 3.7.1 steps: - uses: actions/checkout@v2