We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4718de7 commit 1dec9c8Copy full SHA for 1dec9c8
.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-arch }}
31
path: dist/*
0 commit comments