From a2ebfeded0e4ff8ca9063d5af7c5a57726814639 Mon Sep 17 00:00:00 2001 From: Timothy Schoen Date: Mon, 1 Sep 2025 18:46:32 +0200 Subject: [PATCH] Change name of toplevel dir in archive --- .github/workflows/run_script.yml | 6 +++--- build.bat | 1 + build.sh | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run_script.yml b/.github/workflows/run_script.yml index f3a87d6..3b21efe 100644 --- a/.github/workflows/run_script.yml +++ b/.github/workflows/run_script.yml @@ -44,7 +44,7 @@ jobs: - name: Compress Artifacts working-directory: ${{github.workspace}} - run: tar -cJf Heavy-MacOS-Universal.tar.xz Heavy + run: tar -cJf Heavy-MacOS-Universal.tar.xz Toolchain - name: Upload Artifacts uses: actions/upload-artifact@v4 @@ -75,7 +75,7 @@ jobs: - name: Compress Artifacts working-directory: ${{github.workspace}} - run: arc archive Heavy-Win64.tar.xz Heavy + run: arc archive Heavy-Win64.tar.xz Toolchain - name: Upload Artifacts uses: actions/upload-artifact@v4 @@ -109,7 +109,7 @@ jobs: - name: Compress Artifacts working-directory: ${{github.workspace}} - run: tar -cJf Heavy-Linux-x64.tar.xz Heavy + run: tar -cJf Heavy-Linux-x64.tar.xz Toolchain - name: Upload Artifacts uses: actions/upload-artifact@v4 diff --git a/build.bat b/build.bat index 575c77e..e56929c 100644 --- a/build.bat +++ b/build.bat @@ -54,3 +54,4 @@ mkdir .\Heavy\usr\bin\Heavy\ move .\hvcc\dist\pyinstaller\win_amd64\Heavy.exe .\Heavy\usr\bin\Heavy\ cp VERSION Heavy\VERSION +move Heavy Toolchain diff --git a/build.sh b/build.sh index 3747871..c189ffd 100755 --- a/build.sh +++ b/build.sh @@ -194,3 +194,4 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then fi cp VERSION ./Heavy/VERSION +mv ./Heavy ./Toolchain