mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
release version suffix
This commit is contained in:
parent
e6325c1e58
commit
f91100ca9a
2
.github/workflows/AutoTag.yml
vendored
2
.github/workflows/AutoTag.yml
vendored
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
env:
|
||||
version: 24.02.16
|
||||
version-suffix: beta
|
||||
version-suffix: experimental
|
||||
prerelease: true
|
||||
|
||||
steps:
|
||||
|
|
2
.github/workflows/macos-arm-homebrew.yml
vendored
2
.github/workflows/macos-arm-homebrew.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
env:
|
||||
targetName: GoldenDict
|
||||
version: 24.02.16
|
||||
version-suffix: beta
|
||||
version-suffix: experimental
|
||||
prerelease: true
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
env:
|
||||
targetName: GoldenDict
|
||||
version: 24.02.16
|
||||
version-suffix: beta
|
||||
version-suffix: experimental
|
||||
prerelease: true
|
||||
steps:
|
||||
|
||||
|
|
2
.github/workflows/macos-homebrew.yml
vendored
2
.github/workflows/macos-homebrew.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
env:
|
||||
targetName: GoldenDict
|
||||
version: 24.02.16
|
||||
version-suffix: beta
|
||||
version-suffix: experimental
|
||||
prerelease: true
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
|
2
.github/workflows/ubuntu-6.2.yml
vendored
2
.github/workflows/ubuntu-6.2.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
qt_arch: [gcc_64]
|
||||
env:
|
||||
version: 24.02.16
|
||||
version-suffix: beta
|
||||
version-suffix: experimental
|
||||
prerelease: true
|
||||
steps:
|
||||
- name: Install Qt
|
||||
|
|
2
.github/workflows/ubuntu.yml
vendored
2
.github/workflows/ubuntu.yml
vendored
|
@ -26,7 +26,7 @@ jobs:
|
|||
qt_arch: [gcc_64]
|
||||
env:
|
||||
version: 24.02.16
|
||||
version-suffix: beta
|
||||
version-suffix: experimental
|
||||
prerelease: true
|
||||
steps:
|
||||
- name: Install Qt
|
||||
|
|
2
.github/workflows/windows-6.x.yml
vendored
2
.github/workflows/windows-6.x.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
|||
env:
|
||||
targetName: GoldenDict.exe
|
||||
version: 24.02.16
|
||||
version-suffix: beta
|
||||
version-suffix: experimental
|
||||
prerelease: true
|
||||
steps:
|
||||
- uses: actions/setup-python@v3
|
||||
|
|
2
.github/workflows/windows.yml
vendored
2
.github/workflows/windows.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
env:
|
||||
targetName: GoldenDict.exe
|
||||
version: 24.02.16
|
||||
version-suffix: beta
|
||||
version-suffix: experimental
|
||||
prerelease: true
|
||||
# 步骤
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue