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 7d824d4 commit 553ec1aCopy full SHA for 553ec1a
.github/workflows/pyinstaller-build.yml
@@ -24,6 +24,7 @@ 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
+ - uses: actions/upload-artifact@v3
28
with:
29
+ name: Tuttle_${{ matrix.os }}
30
path: dist/*
0 commit comments