Releases: skx/github-action-build
release-0.6.1
release-0.6.1
This tag just forces a new release, since I missed a push previously. Sorry!
release-0.6
release-0.6
It is now possible to specify the name/path of the build-script within your workflow file.
release-0.5
release-0.5
This release updates our metadata-file, to correctly specify that we run via Docker.
release-0.4
release-0.4
This release adds the appropriate meta-data file to the repository, which will allow the action to be published in the github marketplace.
The documentation has been updated, slightly, so that the example-usage only triggers the action one-time when a release is made.
release-0.3
This is the first stable release of this action, which was abstracted from my previous github-action-publish-binaries action.
Previously the github-action-publish-binaries action did two things:
- Generated artifacts.
- Uploaded them.
It was reported that this was feature-creep, and the upload-action should only upload artifacts, which were previously generated. So this action was created to generate them.
release-0.2
This is the initial release of this action, which was taken from my previous github-action-publish-binaries action - to remove the build-step from that.