Skip to content

ci: fix CUDA artifact names to match Lemonade SDK expectations#2

Merged
Phqen1x merged 1 commit into
lemonadefrom
fix-cuda-artifact-names
May 31, 2026
Merged

ci: fix CUDA artifact names to match Lemonade SDK expectations#2
Phqen1x merged 1 commit into
lemonadefrom
fix-cuda-artifact-names

Conversation

@Phqen1x
Copy link
Copy Markdown
Owner

@Phqen1x Phqen1x commented May 31, 2026

Summary

  • Linux CUDA artifacts renamed from sd-master-{hash}-bin-Linux-Ubuntu-22.04-x86_64-cuda-sm_XX.zipubuntu-cuda-sm_XX-x64.tar.xz
  • Windows CUDA artifacts renamed from sd-master-{hash}-bin-win-cuda-sm_XX-x64.zipwindows-cuda-sm_XX-x64.zip
  • Release job: removed pattern: sd-* filter so CUDA artifacts (no sd- prefix) are downloaded
  • Release job: upload script now includes .tar.xz files alongside .zip

Fixes 404s from Lemonade SDK which was requesting e.g. ubuntu-cuda-sm_89-x64.tar.xz.

🤖 Generated with Claude Code

Linux CUDA artifacts are now named ubuntu-cuda-sm_XX-x64.tar.xz and
Windows CUDA artifacts are named windows-cuda-sm_XX-x64.zip, matching
the filenames Lemonade SDK constructs when downloading from releases.

Also removes the sd-* pattern filter from the release download step so
CUDA artifacts (which don't carry the sd- prefix) are included, and
adds .tar.xz support to the release upload script.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Phqen1x Phqen1x merged commit 9356241 into lemonade May 31, 2026
@Phqen1x Phqen1x deleted the fix-cuda-artifact-names branch May 31, 2026 19:48
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.

1 participant