From 8cdf238c27240b93f507c19bd9209207639ca816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Lewandowski?= <49685661+FakeMichau@users.noreply.github.com> Date: Sat, 4 Jul 2026 16:15:41 +0200 Subject: [PATCH] Change artifact upload condition to nightly tag --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}