Skip to content

Commit a1266d9

Browse files
committed
fix: quoting in workflow
1 parent 9cafc46 commit a1266d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-app-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
id: version
6565
run: |
6666
NEW_VERSION=$(cat ./VERSION)
67-
echo '::set-output name=NEW_VERSION::$NEW_VERSION'
67+
echo "::set-output name=NEW_VERSION::$NEW_VERSION"
6868
6969
- name: Build the debian package
7070
working-directory: usbproxy/src

0 commit comments

Comments
 (0)