github action: workflow minor changes \n add chinese_conversion_support to linux version

This commit is contained in:
xiaoyifang 2022-01-23 15:25:15 +08:00
parent 00fbb63665
commit 1919eca56b
2 changed files with 3 additions and 4 deletions

View file

@ -49,7 +49,7 @@ jobs:
# make
- name: build goldendict
run: |
qmake CONFIG+=release PREFIX=/usr CONFIG+=zim_support
qmake CONFIG+=release PREFIX=/usr CONFIG+=zim_support CONFIG+=chinese_conversion_support
make INSTALL_ROOT=appdir -j`nproc` install; find appdir/
ls -al
- name: Build AppImage

View file

@ -67,7 +67,6 @@ jobs:
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" ${{ matrix.msvc_arch }}
qmake "CONFIG+=zim_support"
nmake
tree /f
echo winSdkDir=%WindowsSdkDir% >> %GITHUB_ENV%
echo winSdkVer=%WindowsSdkVersion% >> %GITHUB_ENV%
@ -111,8 +110,8 @@ jobs:
#release_name: ${{ steps.package.outputs.packageName }}
prerelease: true
body: |
"release on ${{steps.vars.outputs.release_date}} ${{steps.vars.outputs.release_time_clock}} \n
release on ${{steps.vars.outputs.release_date}} ${{steps.vars.outputs.release_time_clock}}
branch:${{ github.ref_name }}, commit:${{ steps.vars.outputs.sha_short }}
windows built with: arch: qt5.15.2-msvc64 visual studio 2019
appimage built with : ubuntu-20.04
\n This is a prerelease version ,auto build by github action. use on your on risk:-)"
This is a prerelease version ,auto build by github action. use on your on risk:-)