Skip to content

Commit c35e2bd

Browse files
committed
ci: fix linux release naming
Signed-off-by: Yaroslav Bolyukin <iam@lach.pw>
1 parent 2d0d919 commit c35e2bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ jobs:
7878
- target: i686-unknown-linux-musl
7979
os: ubuntu-latest
8080
bin: jrsonnet
81-
name: jrsonnet-linux-gnu-i686
81+
name: jrsonnet-linux-i686
8282
- target: x86_64-unknown-linux-musl
8383
os: ubuntu-latest
8484
bin: jrsonnet
85-
name: jrsonnet-linux-gnu-amd64
85+
name: jrsonnet-linux-amd64
8686

8787
# Windows
8888
- target: i686-pc-windows-msvc

0 commit comments

Comments
 (0)