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

Provide an option to disable creating a GitHub release #320

Closed
kolaente opened this issue Nov 7, 2022 · 2 comments
Closed

Provide an option to disable creating a GitHub release #320

kolaente opened this issue Nov 7, 2022 · 2 comments
Labels
good first issue Good for newcomers type: feature request New feature or request

Comments

@kolaente
Copy link

kolaente commented Nov 7, 2022

I'd love to use this action to provide unstable / nightly builds of my app which are built based on what is currently on the main branch. These builds don't have a tag or release, artifacts are instead uploaded This is an approach which I already use for the other components of the app. It would be enough if the action supported just disabling the creation of a GitHub release and instead just "outputs" the binaries which I could then attach as build artifacts or upload to s3 or similar.

@FabianLars
Copy link
Member

This is indeed something i'd like to add in the future, but i'd like to refactor larger parts of the action first so it will take a while.

In the meantime you could look at https://github.com/JonasKruckenberg/tauri-build or you could use no action at all (that's what i use in my own projects for example, where i also upload the artifacts to my own server)

@FabianLars FabianLars added type: feature request New feature or request good first issue Good for newcomers labels Feb 22, 2023
@FabianLars
Copy link
Member

Looks like i fixed this 3 weeks later in this pr #332. Simply omit releaseId and tagName and the action will not try to upload anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants