Skip to content

Commit

Permalink
fix: enable build workflow again
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew <[email protected]>
  • Loading branch information
mindovermiles262 committed Jan 5, 2025
1 parent fd3c3b8 commit 74b7228
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
File renamed without changes.
14 changes: 14 additions & 0 deletions build/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Building a Release

## Git Tags

Github workflows has been configured in such a way that simply pushing a tag will deploy a new version of Piko.

```
Expand All @@ -9,3 +11,15 @@ git push origin --tags

This will kick off the "Release" workflow on Github.

## Github Releases

New releases may also be built using the Github GUI. From the releases page:

1. Draft a new release
1. Create your new tag under "Choose a tag", choosing "Create new tag <TAG> on publish"
1. Create your release notes or choose "Generate release notes"
1. Give your release a title.
1. Click Publish.

This will generate a new git tag with the tag you've created. It will run the github action to build the artifacts and will then overwrite the release with a new release which contains the binaries attached.

0 comments on commit 74b7228

Please sign in to comment.