aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorSalanto <62221668+Salanto@users.noreply.github.com>2024-06-24 18:58:25 +0200
committerSalanto <62221668+Salanto@users.noreply.github.com>2024-06-24 18:58:25 +0200
commit16075f908b2d9d1e5edaa22ca50429a287f5e09b (patch)
tree62f857c287b3d1f82abe08b6961468067d48deac /.github/workflows
parentba62265ce0e69a9634e0c5b69a5928adbc4db266 (diff)
Add themes to CI run
resolves #970
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: