Skip to content

Commit 29cb965

Browse files
committed
Update build-client-deb.yml
1 parent 9b24394 commit 29cb965

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
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
git fetch --all
3535
# récupère la version depuis le fichier VERSION
36-
VERSION=$(cat VERSION | tr -d ' \n')
36+
VERSION=$(cat VERSION.txt | tr -d ' \n')
3737
echo "VERSION=$VERSION" >> $GITHUB_ENV
3838
git checkout Release/$VERSION
3939
mkdir build

0 commit comments

Comments
 (0)