Skip to content

Commit 9c59b71

Browse files
committed
Github releases updated
1 parent 24b5b1a commit 9c59b71

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ jobs:
500500
id: download-osx
501501
uses: actions/download-artifact@v4
502502
with:
503-
name: ThunderEngine-macosx-x86_64.7z
503+
name: ThunderEngine-macosx-arm64.7z
504504

505505
- name: Download tvOS
506506
id: download-tvos
@@ -552,8 +552,8 @@ jobs:
552552
uses: actions/upload-release-asset@v1
553553
with:
554554
upload_url: ${{ steps.create_release.outputs.upload_url }}
555-
asset_path: ThunderEngine-macosx-x86_64.7z
556-
asset_name: ThunderEngine-macosx-x86_64.7z
555+
asset_path: ThunderEngine-macosx-arm64.7z
556+
asset_name: ThunderEngine-macosx-arm64.7z
557557
asset_content_type: application/x-7z-compressed
558558

559559
- name: Upload tvOS

0 commit comments

Comments
 (0)