Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdctop authored Aug 20, 2020
1 parent a15d8d1 commit 7bc2c6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 7bc2c6d

Please sign in to comment.