Skip to content

Commit

Permalink
ci: fix linux release naming
Browse files Browse the repository at this point in the history
Signed-off-by: Yaroslav Bolyukin <[email protected]>
  • Loading branch information
CertainLach committed May 26, 2022
1 parent 2d0d919 commit c35e2bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ jobs:
- target: i686-unknown-linux-musl
os: ubuntu-latest
bin: jrsonnet
name: jrsonnet-linux-gnu-i686
name: jrsonnet-linux-i686
- target: x86_64-unknown-linux-musl
os: ubuntu-latest
bin: jrsonnet
name: jrsonnet-linux-gnu-amd64
name: jrsonnet-linux-amd64

# Windows
- target: i686-pc-windows-msvc
Expand Down

0 comments on commit c35e2bd

Please sign in to comment.