Skip to content

Commit

Permalink
Debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 7, 2024
1 parent d39cd52 commit 03f2adb
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,8 +48,10 @@ jobs:

- name: Copy gekkoboot_pico.uf2
run: |
tree -la ${{ github.workspace }}/gekkoboot
echo ${{ fromJson(steps.gekkoboot-download.outputs.downloaded_files)[0] }}
unzip ${{ fromJson(steps.gekkoboot-download.outputs.downloaded_files)[0] }}
tree
- name: Build and run Dev Container task
uses: devcontainers/[email protected]
Expand Down

0 comments on commit 03f2adb

Please sign in to comment.