From dbb70b53776cb85b71e16bbace0e12892ad64fa9 Mon Sep 17 00:00:00 2001 From: xgui4 <134389196+xgui4@users.noreply.github.com> Date: Sun, 26 Apr 2026 00:20:49 -0400 Subject: [PATCH] temporaly fix --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 8a81603..aa6c6c7 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -87,7 +87,7 @@ jobs: # --- JOB 4 : Publish the Nightly Release --- release: name: Create Nightly Release - needs: [build, build_windows_installer, build_arch_installer] + # needs: [build, build_windows_installer, build_arch_installer] runs-on: ubuntu-latest steps: - name: Download all artifacts