diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9677d31f..3dae66d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,8 +182,8 @@ jobs: - name: Upload Artifact to Release uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/') with: + tag_name: nightly files: ${{ github.workspace }}/${{ steps.get_version.outputs.filename }}.7z env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}