From e87b3ce059344da569ecd5a3860f080e26d37c3f Mon Sep 17 00:00:00 2001 From: JaDogg Date: Sun, 14 Apr 2024 09:32:04 +0100 Subject: [PATCH] ci(github-actions): navigate to clone directory --- .github/workflows/manually_release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/manually_release.yml b/.github/workflows/manually_release.yml index b4fbe21c..09b5011f 100644 --- a/.github/workflows/manually_release.yml +++ b/.github/workflows/manually_release.yml @@ -20,7 +20,7 @@ jobs: - name: Build zips & 7zs run: | echo "Running manual release" - pwd + cd main git rev-parse HEAD python main/compiler/scripts/manual_release.py - name: Release @@ -50,7 +50,9 @@ jobs: - name: Build zips & 7zs run: | echo "Running manual release" + cd main pwd + ls -ltra git rev-parse HEAD python main/compiler/scripts/manual_release.py - name: Release