From 62bb1cebd5aa234c2af802dc2d8d031e9cf88003 Mon Sep 17 00:00:00 2001 From: David Stirling Date: Tue, 4 Jun 2024 18:59:28 +0100 Subject: [PATCH] Pyinstaller w/ tar --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 618600b..94dfabc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: - name: Create Executable run: pyinstaller ${{ matrix.spec }} - name: Compress Executable - if: matrix.os == 'windows-latest' + if: matrix.os == 'macos-13' run: | mkdir tar tar -zcvf --remove-files dist/QuantiFish.tar.gz dist/QuantiFish.app