Skip to content

hotfix: fix COPR and AUR publish workflows#202

Merged
q-soriarty merged 1 commit intomainfrom
hotfix/201-fix-publish-workflows
Apr 16, 2026
Merged

hotfix: fix COPR and AUR publish workflows#202
q-soriarty merged 1 commit intomainfrom
hotfix/201-fix-publish-workflows

Conversation

@q-soriarty
Copy link
Copy Markdown
Contributor

Summary

  • COPR: write version directly into spec via sed instead of --define (COPR rebuilds SRPM without our defines)
  • AUR: replace KSXGitHub/github-actions-deploy-aur@v3 with manual SSH git push (action had bash: --command error), generate .SRCINFO alongside PKGBUILD
  • WinGet: token already updated to repo scope — needs manual re-run after this merge

Closes #201

- copr.yml: write version directly into spec file instead of --define
- copia-cli.spec: use placeholder version (CI injects real value)
- aur.yml: replace KSXGitHub action with manual SSH git push,
  generate .SRCINFO alongside PKGBUILD

Closes #201
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@q-soriarty q-soriarty merged commit 7822e15 into main Apr 16, 2026
5 checks passed
@q-soriarty q-soriarty deleted the hotfix/201-fix-publish-workflows branch April 16, 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.

hotfix: fix COPR, AUR, and WinGet publish workflows

1 participant