Skip to content

Commit 7c35d95

Browse files
committed
ci: fix typo in ci script
1 parent 5c6ab5f commit 7c35d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-offline-installer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
shell: bash
2323
- name: Get version for branch
2424
id: get_branch_version
25-
run: echo ::set-output name=BRANCH_VERSION::${GITHUB_REF/ref\/tags\/offline-/}
25+
run: echo ::set-output name=BRANCH_VERSION::${GITHUB_REF/refs\/tags\/offline-/}
2626
shell: bash
2727
- name: Install Inno Setup Download plugin
2828
shell: pwsh

0 commit comments

Comments
 (0)