Skip to content

fix(ci): publish AUR files from workspace - #144

Merged
bvolpato merged 1 commit into
am-will:mainfrom
bvolpato:bvolpato/fix-aur-publish-path
Aug 10, 2026
Merged

fix(ci): publish AUR files from workspace#144
bvolpato merged 1 commit into
am-will:mainfrom
bvolpato:bvolpato/fix-aur-publish-path

Conversation

@bvolpato

Copy link
Copy Markdown
Collaborator

Summary

Fix v0.1.24 AUR publication after both publish jobs failed to find generated PKGBUILDs inside the deploy action container.

Root cause

actions/download-artifact wrote PKGBUILDs under host /tmp, but the Docker action mounts only the GitHub workspace at /github/workspace. Both publish jobs therefore failed with cp: cannot stat before reaching AUR push.

Changes

  • download publish artifacts inside the mounted workspace
  • pass workspace-relative PKGBUILD paths to both AUR publish jobs

Testing

  • ./scripts/check.sh (306 Rust tests and 14 packaging checks passed)
  • git diff --check
  • verified relative path behavior against pinned deploy action build.sh

Did this cause any problems?

Revert this commit. AUR publication would return to failing before push.

@bvolpato
bvolpato merged commit a491237 into am-will:main Aug 10, 2026
6 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.

1 participant