Skip to content

Commit

Permalink
ci: checkout repo in publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
yudai-nkt committed Aug 3, 2024
1 parent b2668c4 commit 94ca87a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_firmware.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- name: Checkout Userspace
uses: actions/checkout@v4
- name: Download binaries
uses: actions/download-artifact@v4
with:
Expand Down

0 comments on commit 94ca87a

Please sign in to comment.