Skip to content

Commit 59c3704

Browse files
authored
Update build.yml
1 parent c71f7cb commit 59c3704

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,9 @@ jobs:
134134
id: go
135135

136136
- name: Build Image
137-
run: make image
137+
run: |
138+
make image
139+
cat /home/runner/.config/gokrazy/http-password.txt
138140
139141
- name: Build Root Filesystem
140142
run: make image-rootfs

0 commit comments

Comments
 (0)