From ba2c47c4f586826fda35250170ee86a759ccd0eb Mon Sep 17 00:00:00 2001 From: Ponali <91608163+Ponali@users.noreply.github.com> Date: Sat, 2 Nov 2024 10:49:57 +0100 Subject: [PATCH] god damnit why did you have to .tgz everything?? --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 070ee42..477ead4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,6 +30,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} files: installer-regular.js allow_override: true + gzip: false - name: Clone wizard generator uses: GuillaumeFalourd/clone-github-repo-action@v2.1 with: @@ -47,3 +48,4 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} files: installer-source.js allow_override: true + gzip: false