Skip to content

Commit

Permalink
Fix publish-release.yml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyvb committed Apr 6, 2024
1 parent cd8f92d commit 4dcf641
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
id: toolchain
with:
targets: x86_64-unknown-linux-gnu

- run: cargo +${{steps.toolchain.outputs.name}} publish --target x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 4dcf641

Please sign in to comment.