Skip to content

Commit 8b1ea19

Browse files
committed
Add newline delim
1 parent de8ed65 commit 8b1ea19

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,9 +61,10 @@ jobs:
6161
run: |
6262
echo "Building Pi Image..."
6363
cd pi-gen
64+
echo "" >> ./config
6465
echo "export DWE_VERSION=\"${{ github.event.release.name }}\"" >> ./config
65-
cat config
66-
# sudo ./build.sh -c ./config
66+
echo "" >> ./config
67+
sudo ./build.sh -c ./config
6768
6869
- name: "Fix Permissions of Deploy Directory"
6970
run: sudo chown -R runner:runner pi-gen/deploy

0 commit comments

Comments
 (0)