Skip to content

Commit

Permalink
Merge pull request #2306 from iNavFlight/mmosca-arm64-linux-support
Browse files Browse the repository at this point in the history
Fix file paths
  • Loading branch information
mmosca authored Jan 16, 2025
2 parents fc8ae2a + ee64a50 commit 325cd65
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
name: ${{ env.BUILD_NAME }}_ZIP
path: ./out/make/zip/linux/x64/*.zip

build-linux-arm64:
build-linux-aarch64:
runs-on: ubuntu-24.04-arm
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -112,17 +112,17 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}_DEB
path: ./out/make/deb/*/*.deb
path: ./out/make/deb/arm64/*.deb
- name: Upload Linux rpm
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}_RPM
path: ./out/make/rpm/*/*.rpm
path: ./out/make/rpm/arm64/*.rpm
- name: Upload Linux zip
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}_ZIP
path: ./out/make/zip/linux/*/*.zip
path: ./out/make/zip/linux/arm64/*.zip

build-mac-arm64:
runs-on: macos-13
Expand Down

0 comments on commit 325cd65

Please sign in to comment.