File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 68
68
name : ${{ env.BUILD_NAME }}_ZIP
69
69
path : ./out/make/zip/linux/x64/*.zip
70
70
71
- build-linux-arm64 :
71
+ build-linux-aarch64 :
72
72
runs-on : ubuntu-24.04-arm
73
73
steps :
74
74
- uses : actions/checkout@v4
@@ -112,17 +112,17 @@ jobs:
112
112
uses : actions/upload-artifact@v4
113
113
with :
114
114
name : ${{ env.BUILD_NAME }}_DEB
115
- path : ./out/make/deb/* /*.deb
115
+ path : ./out/make/deb/arm64 /*.deb
116
116
- name : Upload Linux rpm
117
117
uses : actions/upload-artifact@v4
118
118
with :
119
119
name : ${{ env.BUILD_NAME }}_RPM
120
- path : ./out/make/rpm/* /*.rpm
120
+ path : ./out/make/rpm/arm64 /*.rpm
121
121
- name : Upload Linux zip
122
122
uses : actions/upload-artifact@v4
123
123
with :
124
124
name : ${{ env.BUILD_NAME }}_ZIP
125
- path : ./out/make/zip/linux/* /*.zip
125
+ path : ./out/make/zip/linux/arm64 /*.zip
126
126
127
127
build-mac-arm64 :
128
128
runs-on : macos-13
You can’t perform that action at this time.
0 commit comments