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 @@
-
-
-
-
-
-
+
@@ -27,13 +22,13 @@
- {
+ "keyToString": {
+ "RunOnceActivity.OpenProjectViewOnStart": "true",
+ "RunOnceActivity.ShowReadmeOnStart": "true",
+ "WebServerToolWindowFactoryState": "false"
}
-}]]>
+}
@@ -42,7 +37,8 @@
1669081298142
-
+
+