github-action-build

Build a project, creating artifacts

Stars
12
Committers
1

Bot releases are visible (Hide)

github-action-build - release-0.6.1 Latest Release

Published by skx almost 5 years ago

release-0.6.1

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

github-action-build - release-0.6

Published by skx almost 5 years ago

release-0.6

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

github-action-build - release-0.5

Published by skx almost 5 years ago

release-0.5

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

github-action-build - release-0.4

Published by skx almost 5 years ago

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.

github-action-build - release-0.3

Published by skx about 5 years ago

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.

github-action-build - release-0.2

Published by skx about 5 years ago

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.