parent
ba62265ce0
commit
16075f908b
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user