We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bdd416 commit d09435aCopy full SHA for d09435a
1 file changed
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
run: |
62
echo "Building Pi Image..."
63
cd pi-gen
64
- echo "DWE_VERSION=${{github.event.release.name}}" >> config
+ echo "DWE_VERSION=\"${{ github.event.release.name }}\"" >> config
65
sudo ./build.sh -c ./config
66
67
- name: "Fix Permissions of Deploy Directory"
0 commit comments