Skip to content

Skip publish.yml for the rolling ci tag - #14

Merged
kzu merged 2 commits into
mainfrom
dev/win-progress
Aug 25, 2026
Merged

Skip publish.yml for the rolling ci tag#14
kzu merged 2 commits into
mainfrom
dev/win-progress

Conversation

@kzu

@kzu kzu commented Aug 25, 2026

Copy link
Copy Markdown
Member

Creating the rolling ci prerelease retriggered publish.yml with VersionLabel=refs/tags/ci. That is not a valid NuGet version (refs-tags-ci), so restore failed with MSB4181 on every RID.

ci-release.yml already publishes that tag. This PR skips publish.yml for ci and pins gh release create to --target "${NDNX_SHA}" so the tag matches the binaries.

Also fixes download progress labeling megabyte totals as GB (unit table started at KB, so the second 1024 divide was shown as GB).

kzu added 2 commits August 25, 2026 03:48
Creating the ci prerelease retriggered publish.yml with VersionLabel=refs/tags/ci, which is not a valid NuGet version and restore failed with MSB4181 on every RID. ci-release already publishes that tag; pin --target to the SHA that was built.
FormatBytes started the unit table at KB, so the first 1024 divide labeled the result as MB and the second as GB. 80 MB downloads rendered as 80.0 GB.
@kzu
kzu enabled auto-merge (rebase) August 25, 2026 06:48
@kzu

kzu commented Aug 25, 2026

Copy link
Copy Markdown
Member Author

188 passed 188 passed

🧪 Details on Ubuntu 24.04.4 LTS

from retest v1.1.0 on .NET 10.0.11 with 💜 by @devlooped

@kzu
kzu merged commit c5cba99 into main Aug 25, 2026
4 checks passed
@kzu
kzu deleted the dev/win-progress branch August 25, 2026 06:49
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