Skip to content

Releases: danbev/whisper.cpp

v1.7.6

26 Jun 05:46
1e653de
Compare
Choose a tag to compare
ci : add should_release variable

This commit adds a `should_release` variable to the GitHub Actions
workflow to determine if a release should be created based on the tag or
branch conditions.

The motivation for this that it simplifies the logic for deciding
whether to upload artifacts or not, making it easier to maintain if we
need to change the conditions in the future.

testing-show-publish-tag

26 Jun 06:32
1e653de
Compare
Choose a tag to compare
Pre-release
ci : add should_release variable

This commit adds a `should_release` variable to the GitHub Actions
workflow to determine if a release should be created based on the tag or
branch conditions.

The motivation for this that it simplifies the logic for deciding
whether to upload artifacts or not, making it easier to maintain if we
need to change the conditions in the future.

danbev-windows-release-artifact

27 May 09:22
Compare
Choose a tag to compare
Pre-release
ci : fix doulbe .zip extension and Release dir

danbev-revert-zip-win-blas

27 May 10:39
Compare
Choose a tag to compare
Pre-release
ci : update windows-blas uploads action

This commit modifies windows-blas which was updated previously to use
the zip functionality provided by `actions/upload-artifact`. This turned
out to be incorrect and I should not have done that. The reason for
zipping the archives first is that otherwise the artifacts when
downloaded will be unzipped and just be simple directories. In our case
the release task depends on the artifacts having a .zip extension so
that those archives are include in the release.

danbev-fixed-windows-blas

27 May 11:02
Compare
Choose a tag to compare
Pre-release
ci: fix windows-blas file name

danbev-ci-win-artifacts-zips

27 May 10:09
Compare
Choose a tag to compare
Pre-release
ci : re-add the .zip extension to the Windows artifacts

This will only be an "internal" name for the github build artifacts
which are uploaded from jobs. The release job will then download these
and unpack them and remove the extra .zip extension.

danbev-windows-artifacts-test2

07 May 09:00
Compare
Choose a tag to compare
Pre-release
ci : zip windows artifacts for release uploading

This commit adds steps to the windows jobs to zip and upload
artifacts produced.

The motivation for this is that currently the artifacts are not zipped
which means that will not be picked up by the release job and hence not
be included in github releases.

danbev-windows-artifacts-test

07 May 07:32
Compare
Choose a tag to compare
Pre-release
ci : zip windows artifacts for release uploading

This commit adds steps to the windows jobs to zip and upload
artifacts produced.

The motivation for this is that currently the artifacts are not zipped
which means that will not be picked up by the release job and hence not
be included in github releases.

danbev-testing-xcframework-release

07 May 06:26
Compare
Choose a tag to compare
Pre-release
ci : add zip extension to xcframework artifact name

This commit add the .zip extension to the xcframework artifact name in
the GitHub Actions workflow.

The motivation for this that the release job will look for .zip files
and will not find the xcframework artifact without the extension, and
hence will not upload it to the release.

danbev-java-jar-artifact-test

07 May 12:03
Compare
Choose a tag to compare
Pre-release
ci : add bindings-java jar artifact to release

This commit adds the jar artifact from bindings java to the release
process.