Skip to content

Add packaging to CI #3

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

Open
OnePatchGuy opened this issue Sep 25, 2019 · 2 comments · Fixed by #7
Open

Add packaging to CI #3

OnePatchGuy opened this issue Sep 25, 2019 · 2 comments · Fixed by #7
Assignees

Comments

@OnePatchGuy
Copy link
Owner

OnePatchGuy commented Sep 25, 2019

Add packaging of executable to

  • .zip
  • .tar.gz
@OnePatchGuy OnePatchGuy changed the title Add packagin Add packaging to CI Sep 25, 2019
@OnePatchGuy OnePatchGuy self-assigned this Sep 25, 2019
OnePatchGuy added a commit that referenced this issue Sep 25, 2019
OnePatchGuy added a commit that referenced this issue Sep 25, 2019
Added packaging of executable into
* .zip
* .tar.gz
@OnePatchGuy OnePatchGuy pinned this issue Sep 25, 2019
@OnePatchGuy OnePatchGuy unpinned this issue Sep 25, 2019
@OnePatchGuy
Copy link
Owner Author

OnePatchGuy commented Sep 25, 2019

Looks like reference GitHub action for uploading artifacts is also forced archiving them to .zip by itself (actions/upload-artifact#19, actions/upload-artifact#3) so I can't archive artifacts to .tar.gz on Ubuntu/macOS jobs at now - only .zip for all of them.

@OnePatchGuy OnePatchGuy reopened this Sep 25, 2019
OnePatchGuy added a commit that referenced this issue Sep 25, 2019
* Test

* Revert "Test"

This reverts commit 618ab73.

* Remove packaging

* Bugfix
@kousu
Copy link

kousu commented Apr 9, 2020

It looks like you can do this with upload-artifact v2 now: actions/upload-artifact#3 (comment)

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 a pull request may close this issue.

2 participants