We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8aa497 commit cb2d7f7Copy full SHA for cb2d7f7
.github/workflows/release.yaml
@@ -15,7 +15,6 @@ jobs:
15
- uses: actions/checkout@v4
16
with:
17
clean: true
18
- - uses: dtolnay/rust-toolchain@stable
19
- uses: taiki-e/create-gh-release-action@v1
20
21
# (optional) Path to changelog.
@@ -46,7 +45,7 @@ jobs:
46
45
47
48
49
-
+ - uses: dtolnay/rust-toolchain@stable
50
- uses: taiki-e/upload-rust-binary-action@v1
51
52
# (required) Comma-separated list of binary names (non-extension portion of filename) to build and upload.
0 commit comments