Skip to content
This repository was archived by the owner on Jul 14, 2025. It is now read-only.

Commit 4fb7dfd

Browse files
committed
remove unused target field in matrix
Signed-off-by: Vaughn Dice <[email protected]>
1 parent 0b1dc24 commit 4fb7dfd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
arch: "amd64",
1919
extension: "",
2020
args: "--all-features --release",
21-
target: "",
2221
targetDir: "target/release",
2322
env: {},
2423
}
@@ -27,7 +26,6 @@ jobs:
2726
arch: "aarch64",
2827
extension: "",
2928
args: "--all-features --release --target aarch64-unknown-linux-gnu",
30-
target: "aarch64-unknown-linux-gnu",
3129
targetDir: "target/aarch64-unknown-linux-gnu/release",
3230
env: { OPENSSL_DIR: "/usr/local/openssl-aarch64" },
3331
}
@@ -36,7 +34,6 @@ jobs:
3634
arch: "amd64",
3735
extension: "",
3836
args: "--all-features --release",
39-
target: "",
4037
targetDir: "target/release",
4138
env: {},
4239
}
@@ -45,7 +42,6 @@ jobs:
4542
arch: "amd64",
4643
extension: ".exe",
4744
args: "--all-features --release",
48-
target: "",
4945
targetDir: "target/release",
5046
env: {},
5147
}

0 commit comments

Comments
 (0)