-
-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change directory structure of workflow artifacts #406
change directory structure of workflow artifacts #406
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those ;
shouldn't be necessary here.
to please Max's OCD :P Co-authored-by: Max Rumpf <[email protected]>
hope ur OCD is pleased now 😜 |
Yes, it's good 😄 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you still going to replace the release upload action?
once I gain som expt with one of the may options I will open a replace PR (wont promise any time-frame unless you want it gone urgently). |
Was just curious, we don't need it right now :p |
Description
Observed with the latest release, the
version.txt
failed to be picked up during deploy.This PR should fix that alongside simplify the folder structure used to hold the build artifacts.
Note: I omitted changing the
upload-assets
action for now until I or someone else has experience with a better alternative action.Changes
Issues