summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorTim Keller <tjk@tjkeller.xyz>2025-06-26 21:24:50 -0500
committerTim Keller <tjk@tjkeller.xyz>2025-06-26 21:24:50 -0500
commit17b78aae537853f868e923c7593d4a6c429fa94f (patch)
treee7031e57693488d49fa973330fee18ecacd201d5 /.github
parent14997f04cd62507901a56deb2504694533d8599c (diff)
downloadimmich-frame-17b78aae537853f868e923c7593d4a6c429fa94f.tar.xz
immich-frame-17b78aae537853f868e923c7593d4a6c429fa94f.zip
fix needs in pyinstaller action
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pyinstaller-release.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/pyinstaller-release.yaml b/.github/workflows/pyinstaller-release.yaml
index a4255b7..2b1a9a7 100644
--- a/.github/workflows/pyinstaller-release.yaml
+++ b/.github/workflows/pyinstaller-release.yaml
@@ -25,6 +25,7 @@ jobs:
run: npx webpack
pyinstaller:
+ needs: webpack
runs-on: ubuntu-latest
strategy:
matrix:
@@ -86,7 +87,7 @@ jobs:
path: ./dist/pixpy-${{ matrix.arch }}
release:
- needs: build
+ needs: pyinstaller
runs-on: ubuntu-latest
steps:
- name: Checkout