Skip to content

Commit bc9038f

Browse files
committed
change comment
1 parent b30e229 commit bc9038f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
echo "Building Pi Image..."
6363
cd pi-gen
64-
echo "DWE_VERSION=\"${{ github.event.release.name }}\"" >> config # BUG: This does not work and defaults to latest, but it shouldn't mattter cause this will run on the lastest release anyways
64+
echo "DWE_VERSION=\"${{ github.event.release.name }}\"" >> config
6565
sudo ./build.sh -c ./config
6666
6767
- name: "Fix Permissions of Deploy Directory"

0 commit comments

Comments
 (0)