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 1e5c72c commit 815873bCopy full SHA for 815873b
.github/workflows/pyinstaller-build.yml
@@ -26,5 +26,5 @@ jobs:
26
#- run: ./dist/your-code/your-code
27
- uses: actions/upload-artifact@v3
28
with:
29
- name: Tuttle_${{ matrix.os }}
30
- path: dist/*
+ name: Tuttle-${{ matrix.os }}
+ path: dist/
0 commit comments