fix: update nfpm download URL and Chocolatey license format#62
Merged
fix: update nfpm download URL and Chocolatey license format#62
Conversation
- nfpm v2.45.1 changed tarball naming from linux_amd64 to Linux_x86_64; update download URL in both DEB and RPM CI jobs - Chocolatey CLI v2.6.0 rejects <license> elements in nuspec; replace with <licenseUrl> pointing to the LICENSE file Closes #61
The previous commit rewrote the DEB staging step to use a 'staging/' directory and removed working-directory from the build step, but left the upload step referencing 'pkg-work'. This would cause the upload to fail. It also dropped the man page and LICENSE from staging, which nfpm requires. Revert the DEB staging/build/upload steps to the original pkg-work pattern (matching the RPM job), keeping only the nfpm URL fix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #61
Fixes the 7 failed jobs in the v0.3.0 release:
linux_amd64→Linux_x86_64<license>element in nuspec<licenseUrl>Definition of Done
<licenseUrl>zig build test+ziglintpass