diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12d6c3fe..e1ce25e8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,13 +35,13 @@ jobs: - name: Upload Netch.x64 uses: actions/upload-artifact@v1 with: - name: Netch.x64-${{ env.GITHUB_TAG_NAME }} + name: Netch.x64 path: Netch\bin\x64\Release\win-x64 - name: Upload Netch.x86 uses: actions/upload-artifact@v1 with: - name: Netch.x86-${{ env.GITHUB_TAG_NAME }} + name: Netch.x86 path: Netch\bin\x86\Release\win-x86 # Create a new release: create a tag, then 'git push origin ', wait for it to build