Where do the files go? #292
-
Hi, where do the files actually go? I have set up my github action and on push it builds successfully and the target folder is I am using M1 Mac Pro locally. Thank you for this! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I suspect it may be If you're looking to upload the file as an artifact, you can use actions/upload-artifact. If you're looking to publish a release, I suggest softprops/action-gh-release. |
Beta Was this translation helpful? Give feedback.
-
What's defined by |
Beta Was this translation helpful? Give feedback.
What's defined by
dest
input (defaults tobuild
in your workspace)