Releases: danbev/whisper.cpp
Releases · danbev/whisper.cpp
v1.7.6
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
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
ci : fix doulbe .zip extension and Release dir
danbev-revert-zip-win-blas
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
ci: fix windows-blas file name
danbev-ci-win-artifacts-zips
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
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
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
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
ci : add bindings-java jar artifact to release This commit adds the jar artifact from bindings java to the release process.