summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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