From 127912c68c529a176cea6f06ce58f26f8f1f2a3d Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Mon, 16 Feb 2026 22:18:41 +0400 Subject: [PATCH] chore: use correct dir for temp repo --- .github/workflows/rolling-release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/rolling-release.yml b/.github/workflows/rolling-release.yml index a340e7b..5c24934 100644 --- a/.github/workflows/rolling-release.yml +++ b/.github/workflows/rolling-release.yml @@ -274,9 +274,11 @@ jobs: # Delete existing rolling nightly release and tag gh release delete nightly --yes 2>/dev/null || true + cd "$GITHUB_WORKSPACE" git push --delete origin nightly 2>/dev/null || true # Create new rolling nightly release with all assets + cd /tmp/nightly-assets gh release create nightly \ Donut_nightly_* \ Donut_aarch64.app.tar.gz \