Skip to content

Commit e912d1d

Browse files
committed
debug
1 parent 10998f4 commit e912d1d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,8 @@ jobs:
257257
run: |
258258
cd project
259259
./build.sh sd-img
260+
(cd out && ls -l *.img)
261+
echo "img_filename=${{ steps.config.outputs.img_filename }}"
260262
mv out/${{ steps.config.outputs.img_filename }} ../artifact/
261263
cd ../artifact/
262264
gzip *.img

0 commit comments

Comments
 (0)