Merge pull request #782 from xiaoyifang/opt/action-xapian

action: modify xapian note
This commit is contained in:
xiaoyifang 2023-05-31 23:59:16 +08:00 committed by GitHub
commit 4b8c87a30d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 14 additions and 14 deletions

View file

@ -141,7 +141,7 @@ jobs:
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ env.targetName }}.dmg file: ${{ env.targetName }}.dmg
asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_homebrew_xapian_${{steps.vars.outputs.release_date}}.dmg asset_name: ${{ matrix.qt_ver }}-${{ env.targetName }}_${{ matrix.os }}_homebrew_${{steps.vars.outputs.release_date}}.dmg
tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
overwrite: true overwrite: true
release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
@ -163,10 +163,10 @@ jobs:
**recommend version**:Qt6.X (with the latest bug fixes and performance enhancements) **recommend version**:Qt6.X (with the latest bug fixes and performance enhancements)
Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]** Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
`-xapian` is built with [xapian](https://xapian.org/) support which offers 10X~20X performance [xapian](https://xapian.org/) is enabled by default which offers 10X~20X performance
------------------------------ ------------------------------
文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]** 文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
`-xapian` 表示使用的是 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
比如: 比如:
6.4.3-GoldenDict.exe_windows-2022_20230502.zip 6.4.3-GoldenDict.exe_windows-2022_20230502.zip
表示基于qt6.4.3windows-2022, 于20230502日创建的版本。 表示基于qt6.4.3windows-2022, 于20230502日创建的版本。

View file

@ -127,7 +127,7 @@ jobs:
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ steps.vars.outputs.appname }} file: ${{ steps.vars.outputs.appname }}
asset_name: ${{ matrix.qt_ver }}-xapian-${{ steps.vars.outputs.appname }} asset_name: ${{ matrix.qt_ver }}-${{ steps.vars.outputs.appname }}
tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
overwrite: true overwrite: true
release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
@ -149,10 +149,10 @@ jobs:
**recommend version**:Qt6.X (with the latest bug fixes and performance enhancements) **recommend version**:Qt6.X (with the latest bug fixes and performance enhancements)
Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]** Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
`-xapian` is built with [xapian](https://xapian.org/) support which offers 10X~20X performance [xapian](https://xapian.org/) is enabled by default which offers 10X~20X performance
------------------------------ ------------------------------
文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]** 文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
`-xapian` 表示使用的是 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
比如: 比如:
6.4.3-GoldenDict.exe_windows-2022_20230502.zip 6.4.3-GoldenDict.exe_windows-2022_20230502.zip
表示基于qt6.4.3windows-2022, 于20230502日创建的版本。 表示基于qt6.4.3windows-2022, 于20230502日创建的版本。

View file

@ -137,10 +137,10 @@ jobs:
**recommend version**:Qt6.X (with the latest bug fixes and performance enhancements) **recommend version**:Qt6.X (with the latest bug fixes and performance enhancements)
Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]** Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
`-xapian` is built with [xapian](https://xapian.org/) support which offers 10X~20X performance [xapian](https://xapian.org/) is enabled by default which offers 10X~20X performance
------------------------------ ------------------------------
文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]** 文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
`-xapian` 表示使用的是 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
比如: 比如:
6.4.3-GoldenDict.exe_windows-2022_20230502.zip 6.4.3-GoldenDict.exe_windows-2022_20230502.zip
表示基于qt6.4.3windows-2022, 于20230502日创建的版本。 表示基于qt6.4.3windows-2022, 于20230502日创建的版本。

View file

@ -150,10 +150,10 @@ jobs:
**recommend version**:Qt6.X (with the latest bug fixes and performance enhancements) **recommend version**:Qt6.X (with the latest bug fixes and performance enhancements)
Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]** Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
`-xapian` is built with [xapian](https://xapian.org/) support which offers 10X~20X performance [xapian](https://xapian.org/) is enabled by default which offers 10X~20X performance
------------------------------ ------------------------------
文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]** 文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
`-xapian` 表示使用的是 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
比如: 比如:
6.4.3-GoldenDict.exe_windows-2022_20230502.zip 6.4.3-GoldenDict.exe_windows-2022_20230502.zip
表示基于qt6.4.3windows-2022, 于20230502日创建的版本。 表示基于qt6.4.3windows-2022, 于20230502日创建的版本。
@ -167,7 +167,7 @@ jobs:
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: release/${{ env.targetName }} file: release/${{ env.targetName }}
asset_name: ${{ matrix.qt_ver }}.${{ matrix.os }}-xapian-${{ env.targetName }} asset_name: ${{ matrix.qt_ver }}.${{ matrix.os }}-${{ env.targetName }}
tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
overwrite: true overwrite: true
release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
@ -178,7 +178,7 @@ jobs:
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: release/GoldenDict.pdb file: release/GoldenDict.pdb
asset_name: ${{ matrix.qt_ver }}.${{ matrix.os }}-xapian-GoldenDict.pdb asset_name: ${{ matrix.qt_ver }}.${{ matrix.os }}-GoldenDict.pdb
tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} tag: v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}
overwrite: true overwrite: true
release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }} release_name: GoldenDict-ng-v${{env.version}}-${{env.version-suffix}}.${{ steps.vars.outputs.release_hm }}.${{ steps.vars.outputs.sha_short }}

View file

@ -141,10 +141,10 @@ jobs:
**recommend version**:Qt6.X (with the latest bug fixes and performance enhancements) **recommend version**:Qt6.X (with the latest bug fixes and performance enhancements)
Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]** Filename pattern: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
`-xapian` is built with [xapian](https://xapian.org/) support which offers 10X~20X performance [xapian](https://xapian.org/) is enabled by default which offers 10X~20X performance
------------------------------ ------------------------------
文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]** 文件名的模式: **[Qt version]-GoldenDict-[OS]-[release-date].[ext]**
`-xapian` 表示使用的是 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持 [xapian](https://xapian.org/) 用于全文索引的创建,提供更快的全文索引创建、搜索支持
比如: 比如:
6.4.3-GoldenDict.exe_windows-2022_20230502.zip 6.4.3-GoldenDict.exe_windows-2022_20230502.zip
表示基于qt6.4.3windows-2022, 于20230502日创建的版本。 表示基于qt6.4.3windows-2022, 于20230502日创建的版本。