Skip to content

Commit

Permalink
workflows(bun-mac-x64.yml): Fix typo "bun-obj-darwin-x6" (#6819)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marukome0743 committed Oct 31, 2023
1 parent 732650d commit 23d2c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bun-mac-x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23d2c4c

Please sign in to comment.