what should I parse in artifact when I have artifact created on runtime? #127
Replies: 2 comments 1 reply
-
Hi! The |
Beta Was this translation helpful? Give feedback.
-
Having the same issue of path artifacts: "what to put here" I've tried explicitly putting the the full path of a txt file, as well as using $github.workspace artifacts: | but comes up file match not found |
Beta Was this translation helpful? Give feedback.
-
as the title says I'm having difficulty identifying what to be inputted in the artifacts field. I created an artifact using the github action upload-artifact. And I want to add this as artifact to my release, I tried
artifact: "artifact-name"
but that doesn't seem to work, what should be the correct syntax?
Beta Was this translation helpful? Give feedback.
All reactions