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 de8ed65 commit 8b1ea19Copy full SHA for 8b1ea19
.github/workflows/main.yml
@@ -61,9 +61,10 @@ jobs:
61
run: |
62
echo "Building Pi Image..."
63
cd pi-gen
64
+ echo "" >> ./config
65
echo "export DWE_VERSION=\"${{ github.event.release.name }}\"" >> ./config
- cat config
66
- # sudo ./build.sh -c ./config
67
+ sudo ./build.sh -c ./config
68
69
- name: "Fix Permissions of Deploy Directory"
70
run: sudo chown -R runner:runner pi-gen/deploy
0 commit comments