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 45fdf46 commit 8bc049bCopy full SHA for 8bc049b
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
run: rustup target add x86_64-unknown-linux-gnu
32
33
- name: Build for Linux x86
34
- run: cargo build -r --target=x86_64-unknown-linux-gnu --verbose && mv target/x86_64-unknown-linux-gnu/release/platform-cli ./platform-cli-gnu-x86_64
+ run: cargo build -r --target=x86_64-unknown-linux-gnu --verbose && mv target/x86_64-unknown-linux-gnu/release/platform-cli ./platform-cli_gnu-x86_64
35
36
- uses: softprops/action-gh-release@v2
37
with:
0 commit comments