We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23b2055 commit 811adebCopy full SHA for 811adeb
1 file changed
.github/workflows/build-installer-qt6-win64.yml
@@ -51,7 +51,7 @@ jobs:
51
shell: cmd
52
53
- name: Convert version for dev branch
54
- if: ${{ github.ref_name == 'dev' || github.event.inputs.branch == 'dev' }}
+ if: ${{ github.ref_name == 'dev' || github.event.inputs.branch == 'dev' || startsWith(github.ref_name, 'release/') || startsWith(github.event.inputs.branch, 'release/') }}
55
run: |
56
for /f "tokens=1,2 delims=." %%a in ("%APP_VERSION%") do (
57
echo APP_VERSION=%%a.%%b-dev>>%GITHUB_ENV%
0 commit comments