Skip to content

Commit

Permalink
More debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 7, 2024
1 parent 4d76428 commit d39cd52
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/10_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
path: picoboot

- uses: robinraju/release-downloader@v1
id: gekkoboot-download
with:
repository: 'redolution/gekkoboot'
latest: true
Expand All @@ -48,6 +49,7 @@ jobs:
- name: Copy gekkoboot_pico.uf2
run: |
tree -la ${{ github.workspace }}/gekkoboot
echo ${{ fromJson(steps.gekkoboot-download.outputs.downloaded_files)[0] }}
- name: Build and run Dev Container task
uses: devcontainers/[email protected]
Expand Down

0 comments on commit d39cd52

Please sign in to comment.