Skip to content

Commit fed4ffa

Browse files
committed
make global
1 parent bc9038f commit fed4ffa

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
64+
echo "export 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)