Skip to content

Commit 325cd65

Browse files
authored
Merge pull request #2306 from iNavFlight/mmosca-arm64-linux-support
Fix file paths
2 parents fc8ae2a + ee64a50 commit 325cd65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
name: ${{ env.BUILD_NAME }}_ZIP
6969
path: ./out/make/zip/linux/x64/*.zip
7070

71-
build-linux-arm64:
71+
build-linux-aarch64:
7272
runs-on: ubuntu-24.04-arm
7373
steps:
7474
- uses: actions/checkout@v4
@@ -112,17 +112,17 @@ jobs:
112112
uses: actions/upload-artifact@v4
113113
with:
114114
name: ${{ env.BUILD_NAME }}_DEB
115-
path: ./out/make/deb/*/*.deb
115+
path: ./out/make/deb/arm64/*.deb
116116
- name: Upload Linux rpm
117117
uses: actions/upload-artifact@v4
118118
with:
119119
name: ${{ env.BUILD_NAME }}_RPM
120-
path: ./out/make/rpm/*/*.rpm
120+
path: ./out/make/rpm/arm64/*.rpm
121121
- name: Upload Linux zip
122122
uses: actions/upload-artifact@v4
123123
with:
124124
name: ${{ env.BUILD_NAME }}_ZIP
125-
path: ./out/make/zip/linux/*/*.zip
125+
path: ./out/make/zip/linux/arm64/*.zip
126126

127127
build-mac-arm64:
128128
runs-on: macos-13

0 commit comments

Comments
 (0)