Skip to content

Commit

Permalink
Fix gekkoboot copy location
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 7, 2024
1 parent 59fd51d commit babc74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/10_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
extract: true

- name: Copy gekkoboot_pico.uf2
run: ls -la ${GITHUB_WORKSPACE}
run: cp ${{ github.workspace }}/gekkoboot/gekkoboot_pico.uf2 ${{ github.workspace }}/picoboot/gekkoboot_pico.uf2

- name: Build and run Dev Container task
uses: devcontainers/[email protected]
Expand Down

0 comments on commit babc74a

Please sign in to comment.