diff options
author | 2023-11-01 01:47:16 +0900 | |
---|---|---|
committer | 2023-10-31 09:47:16 -0700 | |
commit | 23d2c4c8e49a1fdfdf976fb5647b3796450f66b5 (patch) | |
tree | b25c47000cff2aaff87df835acee76a09a8515f6 | |
parent | 732650d6a43d235d36a9bf8717766e012f445461 (diff) | |
download | bun-23d2c4c8e49a1fdfdf976fb5647b3796450f66b5.tar.gz bun-23d2c4c8e49a1fdfdf976fb5647b3796450f66b5.tar.zst bun-23d2c4c8e49a1fdfdf976fb5647b3796450f66b5.zip |
workflows(bun-mac-x64.yml): Fix typo "bun-obj-darwin-x6" (#6819)
-rw-r--r-- | .github/workflows/bun-mac-x64.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/bun-mac-x64.yml b/.github/workflows/bun-mac-x64.yml index beea1c5c2..47c252eb1 100644 --- a/.github/workflows/bun-mac-x64.yml +++ b/.github/workflows/bun-mac-x64.yml @@ -107,7 +107,7 @@ jobs: tag: bun-darwin-x64 obj: bun-obj-darwin-x64 runner: macos-12 - artifact: bun-obj-darwin-x6 + artifact: bun-obj-darwin-x64 steps: - uses: actions/checkout@v4 - name: Checkout submodules |