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