Add themes to CI run

resolves #970
This commit is contained in:
Salanto 2024-06-24 18:58:25 +02:00
parent ba62265ce0
commit 16075f908b

View File

@ -95,6 +95,12 @@ jobs:
run: | run: |
windeployqt --no-quick-import --no-translations --no-compiler-runtime --no-opengl-sw ./Attorney_Online.exe 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 - name: Upload Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@master
with: with:
@ -176,6 +182,12 @@ jobs:
chmod +x launch.sh chmod +x launch.sh
chmod +x Attorney_Online chmod +x Attorney_Online
- name: Clone Themes
uses: actions/checkout@master
with:
repository: AttorneyOnline/AO2-Themes
path: "bin/themes"
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@master uses: actions/upload-artifact@master
with: with: