From 0d31b7a52720ff1fab1745875e9e67b23c531fdf Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 26 Jun 2025 21:28:56 -0500 Subject: fix action again --- .github/workflows/pyinstaller-release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/pyinstaller-release.yaml') diff --git a/.github/workflows/pyinstaller-release.yaml b/.github/workflows/pyinstaller-release.yaml index 2b1a9a7..84166d7 100644 --- a/.github/workflows/pyinstaller-release.yaml +++ b/.github/workflows/pyinstaller-release.yaml @@ -71,9 +71,9 @@ jobs: TARGET_ARCH: ${{ matrix.arch }} run: | if [ "${{ matrix.arch }}" = "arm64" ]; then - pyinstaller --onefile --target-arch aarch64 pix.spec + pyinstaller --target-arch aarch64 pix.spec else - pyinstaller --onefile pix.spec + pyinstaller pix.spec fi - name: Rename the executable -- cgit v1.2.3