mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
github: modify release note
This commit is contained in:
parent
bd01dad108
commit
07179fbad2
13
.github/workflows/macos.yml
vendored
13
.github/workflows/macos.yml
vendored
|
@ -1,4 +1,7 @@
|
|||
name: MacOS
|
||||
name: macos
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
|
@ -90,8 +93,8 @@ jobs:
|
|||
branch: ${{ github.ref_name }}
|
||||
commit: ${{ steps.vars.outputs.sha_short }}
|
||||
Qt version: ${{ matrix.qt_ver }} ${{ matrix.qt_arch }}
|
||||
Windows built with: msvc64 Visual studio 2019
|
||||
goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
AppImage built with: Ubuntu-20.04 ,latest gcc
|
||||
macos built with: ${{ matrix.os }},clang_64
|
||||
|
||||
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:-)
|
||||
|
|
5
.github/workflows/ubuntu.yml
vendored
5
.github/workflows/ubuntu.yml
vendored
|
@ -109,6 +109,7 @@ jobs:
|
|||
commit: ${{ steps.vars.outputs.sha_short }}
|
||||
Qt version: ${{ matrix.qt_ver }} ${{ matrix.qt_arch }}
|
||||
Windows built with: msvc64 Visual studio 2019
|
||||
goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
AppImage built with: Ubuntu-20.04 ,latest gcc
|
||||
|
||||
This is a prerelease version ,auto build by github action. use on your on risk:-)
|
||||
macos built with: ${{ matrix.os }},clang_64
|
||||
This is a prerelease version ,auto build by github action. use on your on risk:-)
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -148,5 +148,5 @@ jobs:
|
|||
Windows built with: msvc64 Visual studio 2019
|
||||
goldendict.exe was provided alone ,if you have a previous version. replace this maybe ok. if not ,download the whole bundle.
|
||||
AppImage built with: Ubuntu-20.04 ,latest gcc
|
||||
|
||||
macos built with: ${{ matrix.os }},clang_64
|
||||
This is a prerelease version ,auto build by github action. use on your on risk:-)
|
||||
|
|
Loading…
Reference in a new issue