aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 7620f3f9..f3572f20 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -95,6 +95,12 @@ jobs:
run: |
windeployqt --no-quick-import --no-translations --no-compiler-runtime --no-opengl-sw ./Attorney_Online.exe
+ - name: Clone Themes
+ uses: actions/checkout@master
+ with:
+ repository: AttorneyOnline/AO2-Themes
+ path: "bin/themes"
+
- name: Upload Artifact
uses: actions/upload-artifact@master
with:
@@ -176,6 +182,12 @@ jobs:
chmod +x launch.sh
chmod +x Attorney_Online
+ - name: Clone Themes
+ uses: actions/checkout@master
+ with:
+ repository: AttorneyOnline/AO2-Themes
+ path: "bin/themes"
+
- name: Upload Artifact
uses: actions/upload-artifact@master
with: