We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41857ca commit 7d824d4Copy full SHA for 7d824d4
.github/workflows/pyinstaller-build.yml
@@ -24,6 +24,6 @@ jobs:
24
- run: python scripts/build_app.py
25
# Optionally verify that it works (provided that it does not need user interaction)
26
#- run: ./dist/your-code/your-code
27
- #- uses: actions/upload-artifact@v2
28
- # with:
29
- # path: dist/*
+ - uses: actions/upload-artifact@v2
+ with:
+ path: dist/*
0 commit comments