@@ -174,7 +174,7 @@ jobs:
174174 with :
175175 upload_url : ${{ steps.create_release.outputs.upload_url }}
176176 asset_path : artifacts/linux-aarch64-${{matrix.llvm_version}}/llvm.tar.xz
177- asset_name : linux-aarch64.tar.xz
177+ asset_name : llvm- linux-aarch64.tar.xz
178178 asset_content_type : application/gzip
179179
180180 - name : Upload Release Asset Linux (RISCV64)
@@ -184,7 +184,7 @@ jobs:
184184 with :
185185 upload_url : ${{ steps.create_release.outputs.upload_url }}
186186 asset_path : artifacts/linux-riscv64-${{matrix.llvm_version}}/llvm.tar.xz
187- asset_name : linux-riscv64.tar.xz
187+ asset_name : llvm- linux-riscv64.tar.xz
188188 asset_content_type : application/gzip
189189
190190 - name : Upload Release Asset Darwin
@@ -197,6 +197,16 @@ jobs:
197197 asset_name : llvm-darwin-amd64.tar.xz
198198 asset_content_type : application/gzip
199199
200+ - name : Upload Release Asset Darwin (aarch64)
201+ uses : actions/upload-release-asset@v1
202+ env :
203+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
204+ with :
205+ upload_url : ${{ steps.create_release.outputs.upload_url }}
206+ asset_path : artifacts/darwin-aarch64-${{matrix.llvm_version}}/llvm.tar.xz
207+ asset_name : llvm-darwin-aarch64.tar.xz
208+ asset_content_type : application/gzip
209+
200210 - name : Upload Release Asset Windows
201211 uses : actions/upload-release-asset@v1
202212 env :
0 commit comments