-
Notifications
You must be signed in to change notification settings - Fork 173
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
Add extractor tool #1276
Add extractor tool #1276
Conversation
ls -l ./ci-artifacts/ | ||
mkdir -p ./ci-artifacts/out | ||
./scripts/shell/extract_build.sh ./ci-artifacts/out ./ | ||
zip -r ./ci-artifacts/opengoal.zip ./ci-artifacts/out |
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.
You should use 7z
instead since it's already installed.
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.
good idea, I may switch to tar.gz
because linux people are most likely to have that, and it's already installed
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.
If it's meant for Linux you should use tar
No description provided.