Skip to content
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

Tarbomb #112

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft

Tarbomb #112

wants to merge 6 commits into from

Conversation

winny-
Copy link

@winny- winny- commented Feb 14, 2023

This branch adds a flag to root the tarball/zip so it won't extract multiple files into the user's current directory.

It's not quite feature complete yet as the root folder name isn't meaningful to the user:

$ tar -tzf ~/Downloads/jhmod-v0.0.1-pre3-linux-386.tar.gz 
build-artifacts-1676379384/LICENSE
build-artifacts-1676379384/README.md
build-artifacts-1676379384/examples/
build-artifacts-1676379384/examples/pathlist.txt
build-artifacts-1676379384/jhmod
build-artifacts-1676379384/scripts/
build-artifacts-1676379384/scripts/get-core

It also fixes up the shell scripts to be a bit more idiomatic and pass the shellcheck linter. Also added it as a github action because it'll catch problems otherwise missed.

@winny- winny- marked this pull request as draft February 14, 2023 13:07
@wangyoucao577
Copy link
Owner

Use BINARY_NAME as the folder name seems workable by default. Alternativesly one more artifacts_folder var gives more flexability. Which one do you like?

@winny-
Copy link
Author

winny- commented May 26, 2023

I think an additional artifacts_folder var might be more clear when authoring workflows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants