Skip to content

fix: include tarballs in snapshot artifact upload by matching on version#286

Merged
bastelfreak merged 1 commit intoOpenVoxProject:mainfrom
slauger:fix/snapshot-tarball-upload
Apr 30, 2026
Merged

fix: include tarballs in snapshot artifact upload by matching on version#286
bastelfreak merged 1 commit intoOpenVoxProject:mainfrom
slauger:fix/snapshot-tarball-upload

Conversation

@slauger
Copy link
Copy Markdown
Member

@slauger slauger commented Apr 28, 2026

The vox:upload rake task fails to upload tarballs for snapshot builds because the tarball filename uses a different version format than RPM/DEB packages.

ezbake generates the tarball name from the git tag (e.g. 8.13.0.SNAPSHOT.2026...) while RPM/DEB packages use the version-release format from ezbake.rb (e.g. 8.13.0-0.1SNAPSHOT.2026...). The existing glob only matches the version-release format, so the tarball is never found and not uploaded to S3.

This adds a separate glob that matches tarballs by version, covering both naming conventions. Tagged releases are not affected since the glob already matches those correctly.

@bastelfreak bastelfreak merged commit e2ec7e5 into OpenVoxProject:main Apr 30, 2026
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants