diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd159f2..2eac3f2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -53,7 +53,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 env: - VERSION: $VERSION + VERSION: 3.7.1 with: name: AV_Data_Capture-CLI-${{ VERSION }}-Windows path: dist @@ -102,7 +102,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 env: - VERSION: $VERSION + VERSION: 3.7.1 with: name: AV_Data_Capture-CLI-${{ VERSION }}-MacOS path: dist @@ -150,7 +150,7 @@ jobs: - name: Upload build artifact uses: actions/upload-artifact@v1 env: - VERSION: $VERSION + VERSION: 3.7.1 with: name: AV_Data_Capture-CLI-${{ VERSION }}-Linux path: dist