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 bc9038f commit fed4ffaCopy full SHA for fed4ffa
.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 "export DWE_VERSION=\"${{ github.event.release.name }}\"" >> config
65
sudo ./build.sh -c ./config
66
67
- name: "Fix Permissions of Deploy Directory"
0 commit comments