From 282d95042320e0bad83e55caecfa2d4c90b5786e Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 9 Aug 2025 11:01:15 +0200 Subject: [PATCH] git: Move into correct folder to do git operations --- .github/workflows/nightly_release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly_release.yml b/.github/workflows/nightly_release.yml index be52384c7..def01bb64 100644 --- a/.github/workflows/nightly_release.yml +++ b/.github/workflows/nightly_release.yml @@ -70,6 +70,8 @@ jobs: run: | set -e + cd ImHex + # Move nightly tag to latest commit git tag -f nightly git push origin nightly --force @@ -86,4 +88,4 @@ jobs: gh release edit nightly --notes-file changelog.md # Upload new assets - gh release upload nightly *.* --clobber \ No newline at end of file + gh release upload nightly ../*.* --clobber \ No newline at end of file