Skip to content

Commit 7d824d4

Browse files
committed
try upload artifact action
1 parent 41857ca commit 7d824d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pyinstaller-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ 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
28-
# with:
29-
# path: dist/*
27+
- uses: actions/upload-artifact@v2
28+
with:
29+
path: dist/*

0 commit comments

Comments
 (0)