fix(release): upload .SRCINFO so the AUR step can find it - #69
Merged
Merged
Conversation
With a working AUR key the Submit job got past the clone for the first time, and then died on: cp: cannot stat 'dist/packaging/aur/.SRCINFO': No such file or directory upload-artifact skips hidden files by default. The generator writes .SRCINFO, and the artifact silently dropped it (the downloaded v0.2.0 artifact's aur/ held only PKGBUILD). The AUR key failure on every earlier run stopped the job before it reached this line. `include-hidden-files: true` on the manifests upload. Co-Authored-By: Claude Opus 5.5 (1M context) <noreply@anthropic.com>
ThreatCrush Security Scan9 finding(s) HIGH/CRITICAL: 4 | MEDIUM: 5
Snippets are redacted; ThreatCrush never prints matched credential material. |
Merged
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.
With a working AUR key, the Submit job got past cloning the AUR repo for the first time, then failed with:
actions/upload-artifactskips hidden files by default. The generator does write.SRCINFO, but the artifact silently dropped it: the downloaded v0.2.0 artifact'saur/folder held onlyPKGBUILD. This was always broken. Every earlier run failed on the AUR key first, so the job never got as far as this line.The fix is
include-hidden-files: trueon the manifests upload.🤖 Generated with Claude Code