From 5d2c266cc794181a8693f98e48233a7a6757d776 Mon Sep 17 00:00:00 2001 From: MrTeferi Date: Mon, 21 Nov 2022 20:23:29 -0600 Subject: [PATCH] Update build pipeline --- .github/workflows/build.yml | 12 ++++++++---- .idea/workspace.xml | 22 +++++++++------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 570e77c8..d0f0352d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -30,12 +30,16 @@ jobs: version: 1.2.2 - name: Install dependencies run: | - poetry install + poetry install --no-interaction - name: Build with PyInstaller run: | - poetry run pyinstaller launcher.spec ${{ github.ref_name }} + poetry run pyinstaller launcher.spec - name: Upload artifact uses: actions/upload-artifact@v2 with: - path: ./dist/cardconjurer-server.${{ github.ref_name }}.zip - name: CC Server (${{ matrix.TARGET }}) + path: + if matrix.os == "windows-latest": + ./dist/launcher.exe + else: + ./dist/launcher + name: CC Server (${{ matrix.TARGET }}) \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 3fb12a33..2d99b0ee 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -3,12 +3,7 @@ - - - - - - + - { + "keyToString": { + "RunOnceActivity.OpenProjectViewOnStart": "true", + "RunOnceActivity.ShowReadmeOnStart": "true", + "WebServerToolWindowFactoryState": "false" } -}]]> +} @@ -42,7 +37,8 @@