Skip to content

Commit 94375ed

Browse files
authored
Add new release artifact x86_64-unknown-linux-musl (#834)
1 parent 15c2298 commit 94375ed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
artifact-name: stylua-linux-x86_64
3636
artifact-alias: stylua-linux
3737
cargo-target: x86_64-unknown-linux-gnu
38+
- os: ubuntu-20.04
39+
artifact-name: stylua-linux-x86_64-musl
40+
cargo-target: x86_64-unknown-linux-musl
3841
- os: ubuntu-20.04
3942
artifact-name: stylua-linux-aarch64
4043
cargo-target: aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)