Skip to content

Commit

Permalink
Debug file structure
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 7, 2024
1 parent 03f2adb commit 54f8a47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/10_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:

- name: Copy gekkoboot_pico.uf2
run: |
cd gekkoboot
pwd
echo ${{ fromJson(steps.gekkoboot-download.outputs.downloaded_files)[0] }}
unzip ${{ fromJson(steps.gekkoboot-download.outputs.downloaded_files)[0] }}
tree
ls -la
- name: Build and run Dev Container task
Expand Down

0 comments on commit 54f8a47

Please sign in to comment.