Skip to content

Downloading an Artifact that Does not Exist Yet #27041

Answered by jsoref
naftulikay asked this question in Actions
Discussion options

You must be logged in to vote

Technically you can cheat and use:

if: always()

to force your later steps to run. This way your first run might technically “fail”, but it will “prime” your fake cache for the second run.

Formally, github clearly wants you to use actions/cache instead.

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants