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

Create new release in actions #371

Open
knoxfighter opened this issue Nov 2, 2023 · 3 comments
Open

Create new release in actions #371

knoxfighter opened this issue Nov 2, 2023 · 3 comments
Assignees
Milestone

Comments

@knoxfighter
Copy link
Member

Currently the zip files attached to releases are built retrospective after the Release was done. I wan't to switch that those are build when a tag is pushed and then the action creates a release (and upload to dockerhub)

@knoxfighter knoxfighter added this to the 0.11 milestone Nov 2, 2023
@knoxfighter knoxfighter self-assigned this Nov 2, 2023
@Mattie112
Copy link
Contributor

For the golang part you can take a look at https://github.com/Mattie112/FactoriGOChatBot/blob/main/.github/workflows/go.yml

I also was experimenting with this. Not saying that I have the best method (stole it from multiple sources ofc) but I found it tricky to find exactly what I needed and this seems to work pretty ok. Perhaps it gives some inspiration :)

@knoxfighter
Copy link
Member Author

We already have a working makefile that can do everything and already a working setup, that adds it to an existing release. I just want to change the order in the workflow :)

@Mattie112
Copy link
Contributor

Ah I see :)

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

No branches or pull requests

2 participants