Skip to content
This repository was archived by the owner on Sep 10, 2025. It is now read-only.

Releases: skx/github-action-build

release-0.6.1

28 Oct 19:43
@skx skx

Choose a tag to compare

release-0.6.1

This tag just forces a new release, since I missed a push previously. Sorry!

release-0.6

28 Oct 19:42
@skx skx

Choose a tag to compare

release-0.6

It is now possible to specify the name/path of the build-script within your workflow file.

release-0.5

26 Oct 19:32
@skx skx

Choose a tag to compare

release-0.5

This release updates our metadata-file, to correctly specify that we run via Docker.

release-0.4

24 Oct 07:49
@skx skx

Choose a tag to compare

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

13 Sep 19:17
@skx skx

Choose a tag to compare

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

13 Sep 19:04
@skx skx

Choose a tag to compare

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.