Skip to content

Commit d738fd6

Browse files
committed
Update build-client-deb.yml
1 parent fed9a5f commit d738fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-client-deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
git checkout ${{ github.ref_name }} # ex: Release/24.0.4
3030
- name: Extract version from tag
3131
id: vars
32-
run: echo "VERSION=${GITHUB_REF_NAME#Release/}" >> $GITHUB_ENV
32+
run: echo "VERSION=${GITHUB_REF_NAME#Release/}" >> $GITHUB_ENV
3333
- name: Build Bareos Client
3434
working-directory: bareos
3535
run: |

0 commit comments

Comments
 (0)