From 16075f908b2d9d1e5edaa22ca50429a287f5e09b Mon Sep 17 00:00:00 2001 From: Salanto <62221668+Salanto@users.noreply.github.com> Date: Mon, 24 Jun 2024 18:58:25 +0200 Subject: [PATCH] Add themes to CI run resolves #970 --- .github/workflows/build.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7620f3f..f3572f2 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: