mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-24 06:45:22 +00:00
filter artifacts
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { sign } from "../../../script/signpath.ts"
|
||||
|
||||
for (const artifactId of process.env.INPUT_ARTIFACTS!.split("\n")) {
|
||||
for (const artifactId of process.env.INPUT_ARTIFACTS!.split("\n").filter((s) => !!s)) {
|
||||
await sign({
|
||||
outputDirectory: process.env.OUTPUT_ARTIFACT_DIRECTORY!,
|
||||
artifactId: artifactId.trim(),
|
||||
|
||||
Reference in New Issue
Block a user