Skip to content

Commit 0a2e5c3

Browse files
fix(.github): move tooling
1 parent ebd4ead commit 0a2e5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cli-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
runs-on: ${{ matrix.os }}
3737
steps:
3838
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
39-
- uses: taiki-e/upload-rust-binary-action@aefa20ac5893ee9a660dd3e995c9dc9a715e93f0 # v1
4039
- uses: taiki-e/install-action@cross
40+
- uses: taiki-e/upload-rust-binary-action@aefa20ac5893ee9a660dd3e995c9dc9a715e93f0 # v1
4141
with:
4242
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
4343
# Note that glob pattern is not supported yet.

0 commit comments

Comments
 (0)