Skip to content

Commit 64a39e5

Browse files
committed
Use wasmer-darwin instead of wasmer-macos
1 parent 32e1a54 commit 64a39e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ jobs:
5252
os: macos-latest
5353
rust: 1.47.0
5454
llvm_url: 'https://github.com/llvm/llvm-project/releases/download/llvmorg-10.0.0/clang+llvm-10.0.0-x86_64-apple-darwin.tar.xz'
55-
artifact_name: 'wasmer-macos-amd64'
55+
artifact_name: 'wasmer-darwin-amd64'
5656
cross_compilation_artifact_name: 'cross_compiled_from_mac'
5757
run_integration_tests: true
5858
- build: macos-arm64
5959
os: macos-11.0
6060
rust: nightly
6161
target: aarch64-apple-darwin
62-
artifact_name: 'wasmer-macos-arm64'
62+
artifact_name: 'wasmer-darwin-arm64'
6363
- build: windows
6464
os: windows-latest
6565
rust: 1.47.0
@@ -315,7 +315,7 @@ jobs:
315315
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
316316
with:
317317
upload_url: ${{ steps.create_release.outputs.upload_url }}
318-
asset_path: artifacts/wasmer-macos-amd64/wasmer.tar.gz
318+
asset_path: artifacts/wasmer-darwin-amd64/wasmer.tar.gz
319319
asset_name: wasmer-darwin-amd64.tar.gz
320320
asset_content_type: application/gzip
321321
- name: Upload Release Asset Mac arm64
@@ -325,7 +325,7 @@ jobs:
325325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
326326
with:
327327
upload_url: ${{ steps.create_release.outputs.upload_url }}
328-
asset_path: artifacts/wasmer-macos-amd64/wasmer.tar.gz
328+
asset_path: artifacts/wasmer-darwin-amd64/wasmer.tar.gz
329329
asset_name: wasmer-darwin-arm64.tar.gz
330330
asset_content_type: application/gzip
331331
- name: Upload Release Asset Linux aarch64

0 commit comments

Comments
 (0)