Skip to content

Commit 553ec1a

Browse files
committed
update action pysinstaller-build
1 parent 7d824d4 commit 553ec1a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pyinstaller-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- run: python scripts/build_app.py
2525
# Optionally verify that it works (provided that it does not need user interaction)
2626
#- run: ./dist/your-code/your-code
27-
- uses: actions/upload-artifact@v2
27+
- uses: actions/upload-artifact@v3
2828
with:
29+
name: Tuttle_${{ matrix.os }}
2930
path: dist/*

0 commit comments

Comments
 (0)