Skip to content

Some questions about the GitHub Actions #60

Answered by wiverson
freixas asked this question in Q&A
Discussion options

You must be logged in to vote

Yup, all of that is GitHub Actions, you can find the docs with Google etc.

Look at the "on" section for triggers, you can comment them out with a # character. The workflow_dispatch enables a button to trigger them in the GitHub UI. Just didn't bother putting it on the other jobs yet.

You can and should absolutely tweak the jobs to do what you want. RIght out of the gate, you may run out of minutes quickly if you are using a paid plan with a private repo.

The release is done via the Update Automatic Release step, with the marvinpinto/action-automatic-releases@latest action. That's what copies the final files to the releases section.

All of this is GitHub Actions. All I do in the template i…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@freixas
Comment options

@wiverson
Comment options

@freixas
Comment options

@freixas
Comment options

@wiverson
Comment options

Answer selected by freixas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants