Update main.yml
This commit is contained in:
parent
8c4eec8805
commit
1a4c92b490
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -27,12 +27,13 @@ jobs:
|
|||||||
cd $GITHUB_WORKSPACE
|
cd $GITHUB_WORKSPACE
|
||||||
qmake
|
qmake
|
||||||
make
|
make
|
||||||
|
mv bin/config_sample bin/config
|
||||||
|
|
||||||
- name: Upload binary
|
- name: Upload binary
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: akashi-linux
|
name: akashi-linux
|
||||||
path: bin/akashi
|
path: bin/
|
||||||
|
|
||||||
build-windows:
|
build-windows:
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
@ -50,6 +51,7 @@ jobs:
|
|||||||
qmake "CONFIG += qtquickcompiler" akashi.pro
|
qmake "CONFIG += qtquickcompiler" akashi.pro
|
||||||
nmake
|
nmake
|
||||||
windeployqt bin\akashi.exe --release --no-opengl-sw
|
windeployqt bin\akashi.exe --release --no-opengl-sw
|
||||||
|
rename bin\config_sample bin\config
|
||||||
|
|
||||||
- name: Upload zip
|
- name: Upload zip
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user