Update main.yml

This commit is contained in:
Yoshiko2
2020-08-21 02:41:40 +08:00
committed by GitHub
parent 96f7f00098
commit 46871ad993

View File

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