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 github workflow to upload stable tarball #4

Merged
merged 1 commit into from Nov 26, 2020

Conversation

thefloweringash
Copy link
Member

Copy link
Member

@LnL7 LnL7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks pretty good to me. I'm not sure yet if it might be better to fold this into bootstrap tools at some point, but for now something like this is a bit easier to update until things stabilize.

push:
# Sequence of patterns matched against refs/tags
tags:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea here is to version this separately from the macOS versions right? So v0.1 gets an artifact for 10.12, 10.13, etc.

.github/workflows/upload-release-asset.yml Outdated Show resolved Hide resolved
@thefloweringash
Copy link
Member Author

Updated with options to make the tarball reproducible.

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