This commit is contained in:
MrTeferi
2022-11-21 20:03:14 -06:00
parent 6027eb7737
commit 8c720639f9
2 changed files with 2 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ jobs:
poetry install
- name: Build with PyInstaller
run: |
poetry run pyinstaller server.spec ${{ github.ref_name }}
poetry run pyinstaller launcher.spec ${{ github.ref_name }}
- name: Upload artifact
uses: actions/upload-artifact@v2
with: