From cc1565f3663bb637bed61fcb85be3c817a8d671d Mon Sep 17 00:00:00 2001 From: Quinten Kock Date: Sun, 3 May 2026 06:06:42 +0200 Subject: [PATCH] Make nightly release better hopefully --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5041809..a39d1cd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - name: Create pre-release uses: softprops/action-gh-release@v2 with: - tag_name: pre-${{ github.sha }} - name: "Pre-release ${{ github.ref_name }}@${{ github.sha }}" + tag_name: "nightly" + name: "Latest nightly" prerelease: true files: artifacts/**/* \ No newline at end of file