diff options
| author | Tim Keller <tjk@tjkeller.xyz> | 2025-06-26 21:24:50 -0500 |
|---|---|---|
| committer | Tim Keller <tjk@tjkeller.xyz> | 2025-06-26 21:24:50 -0500 |
| commit | 17b78aae537853f868e923c7593d4a6c429fa94f (patch) | |
| tree | e7031e57693488d49fa973330fee18ecacd201d5 | |
| parent | 14997f04cd62507901a56deb2504694533d8599c (diff) | |
| download | immich-frame-17b78aae537853f868e923c7593d4a6c429fa94f.tar.xz immich-frame-17b78aae537853f868e923c7593d4a6c429fa94f.zip | |
fix needs in pyinstaller action
| -rw-r--r-- | .github/workflows/pyinstaller-release.yaml | 3 |
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 |
