diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6e7461b..43108a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -49,7 +49,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 @@ -93,7 +93,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: @@ -136,5 +136,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