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 6b20c70 commit c0de2b8
Show file tree
Hide file tree
Showing 2 changed files with 3 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 @@ -41,7 +41,8 @@ workflow(
name = "Roborazzi",
path = listOf("shared/build/outputs/roborazzi"),
retentionDays = UploadArtifactV4.RetentionPeriod.Default,
)
),
`if` = "always()"
)
}
}.writeToFile()
1 change: 1 addition & 0 deletions .github/workflows/build_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:
name: 'Roborazzi'
path: 'shared/build/outputs/roborazzi'
retention-days: '0'
if: 'always()'

0 comments on commit c0de2b8

Please sign in to comment.