From 8c720639f9be34175e906789b03a97871c478708 Mon Sep 17 00:00:00 2001 From: MrTeferi Date: Mon, 21 Nov 2022 20:03:14 -0600 Subject: [PATCH] Fix typo --- .github/workflows/build.yml | 2 +- .idea/workspace.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3ab35f70..570e77c8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 0513e5eb..3fb12a33 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -42,7 +42,7 @@