Skip to content

Commit

Permalink
Test dir
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Aug 7, 2024
1 parent babc74a commit 5da1208
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 @@ -46,7 +46,9 @@ jobs:
extract: true

- name: Copy gekkoboot_pico.uf2
run: cp ${{ github.workspace }}/gekkoboot/gekkoboot_pico.uf2 ${{ github.workspace }}/picoboot/gekkoboot_pico.uf2
run: |
ls -la ${{ github.workspace }}/gekkoboot
ls -la ${{ github.workspace }}/picoboot
- name: Build and run Dev Container task
uses: devcontainers/[email protected]
Expand Down

0 comments on commit 5da1208

Please sign in to comment.