Skip to content

Commit 2b95450

Browse files
committed
feat: initial commit
1 parent 76b3ed3 commit 2b95450

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,22 @@ jobs:
2424
matrix:
2525
include:
2626
## macOS: aarch64, x86_64
27-
- target: aarch64-apple-darwin,
27+
- target: aarch64-apple-darwin
2828
os: macos-latest
29-
- target: x86_64-apple-darwin,
29+
- target: x86_64-apple-darwin
3030
os: macos-latest
3131
## Linux:
3232
## Linux: aarch64, x86_64
3333
- target: aarch64-unknown-linux-gnu
3434
os: ubuntu-latest
35-
- target: aarch64-unknown-linux-musl,
35+
- target: aarch64-unknown-linux-musl
3636
os: ubuntu-latest
37-
- target: x86_64-unknown-linux-gnu,
37+
- target: x86_64-unknown-linux-gnu
3838
os: ubuntu-latest
3939
- target: x86_64-unknown-linux-musl
4040
os: ubuntu-latest
4141
## Windows: x86_64
42-
- target: x86_64-pc-windows-msvc,
42+
- target: x86_64-pc-windows-msvc
4343
os: windows-latest
4444
- target: x86_64-pc-windows-gnu
4545
os: windows-latest

0 commit comments

Comments
 (0)