Update main.yml

This commit is contained in:
Yoshiko2
2020-08-15 19:05:09 +08:00
committed by GitHub
parent 4ccb571266
commit 8cfbc4db6c

View File

@@ -49,7 +49,7 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v1
with:
name: AV_Data_Capture-CLI-$env:VERSION-Windows
name: AV_Data_Capture-CLI-${{VERSION}}-Windows
path: dist
@@ -93,7 +93,7 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v1
with:
name: AV_Data_Capture-CLI-$env:VERSION-MacOS
name: AV_Data_Capture-CLI-${{VERSION}}-MacOS
path: dist
Linux:
@@ -136,5 +136,5 @@ jobs:
- name: Upload build artifact
uses: actions/upload-artifact@v1
with:
name: AV_Data_Capture-CLI-$env:VERSION-Linux
name: AV_Data_Capture-CLI-${{VERSION}}-Linux
path: dist