-
Notifications
You must be signed in to change notification settings - Fork 0
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
WIP: feat: composite action that wraps fog.buildtools #1
base: main
Are you sure you want to change the base?
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.
I have some suggestions which I haven't actually tested. Please play around with them and see if it works out.
output='${{ inputs.build }}', | ||
third_party_output='${{ inputs.third-party-target }}', | ||
requirements='${{ inputs.requirements }}', | ||
) |
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.
) | |
) | |
- name: Zip build | |
uses: thedoctor0/zip-release@0.7.1 | |
with: | |
type: 'zip' | |
filename: 'build.zip' | |
path: 'build' |
might as well zip it here
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.
hm, might be... firstly I wanted take out any top level decisions (like zip naming) from that action, so it has to be done on plugin side, but plugin name and uuid could be both passed on this action too... idk
4fd5f19
to
9e138cf
Compare
Co-authored-by: urwrstkn8mare <42769125+urwrstkn8mare@users.noreply.github.com>
To be used in all our forks (both for releasing process and CI -- with functional tests in the future in mind)
WIP - probably does not work. Any comments welcomed.
I won't have more time this week, but started do have something. Feel free to contribute.