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

Add extractor tool #1276

Merged
merged 10 commits into from
Apr 3, 2022
Merged

Add extractor tool #1276

merged 10 commits into from
Apr 3, 2022

Conversation

water111
Copy link
Collaborator

@water111 water111 commented Apr 3, 2022

No description provided.

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
Copy link
Contributor

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.

Copy link
Collaborator Author

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

Copy link
Contributor

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

@water111 water111 merged commit 5bd0b73 into master Apr 3, 2022
@water111 water111 deleted the w/extractor branch April 3, 2022 23:17
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.

2 participants