Skip to content

Commit 8bc049b

Browse files
committed
Fix linux x86_64 binary build name
1 parent 45fdf46 commit 8bc049b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: rustup target add x86_64-unknown-linux-gnu
3232

3333
- 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
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
3535

3636
- uses: softprops/action-gh-release@v2
3737
with:

0 commit comments

Comments
 (0)