We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4718de7 commit c08b8c3Copy full SHA for c08b8c3
.github/workflows/main.yml
@@ -27,4 +27,5 @@ jobs:
27
- run: pyinstaller --paths=./src -y ./src/tabor.py
28
- uses: actions/upload-artifact@v4
29
with:
30
+ name: Tabor ${{ matrix.os }}
31
path: dist/*
0 commit comments