We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec8ab4d commit 5c6ab5fCopy full SHA for 5c6ab5f
.github/workflows/build-offline-installer.yml
@@ -22,7 +22,7 @@ jobs:
22
shell: bash
23
- name: Get version for branch
24
id: get_branch_version
25
- run: echo ::set-output name=BRANCH_VERSION::${GITHUBREF/ref\/tags\/offline-/}
+ run: echo ::set-output name=BRANCH_VERSION::${GITHUB_REF/ref\/tags\/offline-/}
26
27
- name: Install Inno Setup Download plugin
28
shell: pwsh
0 commit comments