Update main.yml

This commit is contained in:
Yoshiko2
2020-08-21 03:26:30 +08:00
committed by GitHub
parent cd545592c8
commit febe65db3f

View File

@@ -52,7 +52,7 @@ jobs:
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
with: with:
name: AV_Data_Capture-CLI-${{ VERSION.VERSION }}-Linux name: AV_Data_Capture-CLI-${{ VERSION.outputs.VERSION }}-Linux
path: dist path: dist
@@ -101,7 +101,7 @@ jobs:
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
with: with:
name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.VESRION }}-Windows name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.outputs.VESRION }}-Windows
path: dist path: dist
@@ -145,5 +145,5 @@ jobs:
- name: Upload build artifact - name: Upload build artifact
uses: actions/upload-artifact@v1 uses: actions/upload-artifact@v1
with: with:
name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.VERSION }}-MacOS name: AV_Data_Capture-CLI-${{ needs.Linux.VERSION.outputs.VERSION }}-MacOS
path: dist path: dist