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 action for uploading dist/ on release #114

Merged
merged 1 commit into from
Jun 9, 2024

Conversation

abaumg
Copy link
Contributor

@abaumg abaumg commented Apr 30, 2024

This PR fixes #90 by adding a GitHub Action which runs whenever a new release was created. It creates a build, zips it and adds the zip file to the previously created release.

Feedback is welcome.

@linusg
Copy link
Member

linusg commented Jun 9, 2024

@jpmens is this sufficient for your use case or do you have any suggestions? I for one would prefer a compressed tarball over zip but this might be fine, too.

@jpmens
Copy link
Member

jpmens commented Jun 9, 2024

@linusg the way I understand the code is that the zip file would land at https://github.com/owntracks/frontend/releases

Sounds ok to me. I personally would have also preferred a compressed tarball, but zip works as easily.

@linusg
Copy link
Member

linusg commented Jun 9, 2024

Let's go with this then, we can always change it later :)

I have no idea how to test this but merging and tagging another release.

@linusg linusg changed the title add precompiled dist to release (fixes #90) Add action for uploading dist/ on release Jun 9, 2024
@linusg linusg merged commit 35d55b5 into owntracks:main Jun 9, 2024
@abaumg
Copy link
Contributor Author

abaumg commented Jun 10, 2024

We can easily create multiple assets in the GitHub action.

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.

Include precompiled dist/ in releases
3 participants