Skip to content

Commit de8ed65

Browse files
committed
testing stuff
1 parent fed4ffa commit de8ed65

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs:
6161
run: |
6262
echo "Building Pi Image..."
6363
cd pi-gen
64-
echo "export DWE_VERSION=\"${{ github.event.release.name }}\"" >> config
65-
sudo ./build.sh -c ./config
64+
echo "export DWE_VERSION=\"${{ github.event.release.name }}\"" >> ./config
65+
cat config
66+
# sudo ./build.sh -c ./config
6667
6768
- name: "Fix Permissions of Deploy Directory"
6869
run: sudo chown -R runner:runner pi-gen/deploy

0 commit comments

Comments
 (0)