Skip to content

Commit

Permalink
Merge pull request #10603 from iNavFlight/mmosca-arm64-linux-support
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mmosca authored Jan 17, 2025
2 parents b41e900 + fb465e2 commit 6a1d7ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ jobs:
uses: actions/download-artifact@v4
with:
path: resources/sitl/linux
pattern: inav-*SITIL-Linux
pattern: inav-*SITL-Linux
merge-multiple: true
- name: download sitl linux aarch64
uses: actions/download-artifact@v4
with:
path: resources/sitl/linux/arm64
pattern: inav-*SITIL-Linux-aarch64
pattern: inav-*SITL-Linux-aarch64
merge-multiple: true
- name: download sitl windows
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 6a1d7ea

Please sign in to comment.