Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Feb 24, 2024
1 parent c0de2b8 commit 2292a34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_workflow.main.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import io.github.typesafegithub.workflows.actions.gradle.GradleBuildActionV3
import io.github.typesafegithub.workflows.domain.RunnerType.UbuntuLatest
import io.github.typesafegithub.workflows.domain.triggers.PullRequest
import io.github.typesafegithub.workflows.domain.triggers.Push
import io.github.typesafegithub.workflows.dsl.expressions.expr
import io.github.typesafegithub.workflows.dsl.workflow
import io.github.typesafegithub.workflows.yaml.writeToFile

Expand Down Expand Up @@ -42,7 +43,7 @@ workflow(
path = listOf("shared/build/outputs/roborazzi"),
retentionDays = UploadArtifactV4.RetentionPeriod.Default,
),
`if` = "always()"
`if` = expr { always() }
)
}
}.writeToFile()

0 comments on commit 2292a34

Please sign in to comment.