summaryrefslogtreecommitdiff
path: root/.github/workflows/pyinstaller-release.yaml
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-26 21:28:56 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-26 21:28:56 -0500
commit0d31b7a52720ff1fab1745875e9e67b23c531fdf (patch)
tree317ca7d6c197590e3f34889320cbae5d93b99f50 /.github/workflows/pyinstaller-release.yaml
parent17b78aae537853f868e923c7593d4a6c429fa94f (diff)
downloadimmich-frame-0d31b7a52720ff1fab1745875e9e67b23c531fdf.tar.xz
immich-frame-0d31b7a52720ff1fab1745875e9e67b23c531fdf.zip
fix action again
Diffstat (limited to '.github/workflows/pyinstaller-release.yaml')
-rw-r--r--.github/workflows/pyinstaller-release.yaml4
1 files changed, 2 insertions, 2 deletions
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