From 17b78aae537853f868e923c7593d4a6c429fa94f Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Thu, 26 Jun 2025 21:24:50 -0500 Subject: fix needs in pyinstaller action --- .github/workflows/pyinstaller-release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows') 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 -- cgit v1.2.3