Skip to content

Commit

Permalink
ci: fix typo in artifact name
Browse files Browse the repository at this point in the history
  • Loading branch information
yudai-nkt committed Aug 12, 2022
1 parent 519dceb commit db726a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
build_script_override: "script/build.sh"
env:
TARGET: x86_64-apple-darwin
OS_ARCH_EXT: -darwin-amd64
OS_ARCH_EXT: darwin-amd64
# The gh-extension-precomiple does not support release from multiple jobs.
# cf. https://github.com/KOBA789/gh-sql/pull/4/commits/fe30d12dbac9afdb662ad09552fc65ef469d4712
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit db726a3

Please sign in to comment.