This repo builds an Arch Linux package for the latest commit on master from:
https://github.com/JSJ-Experiments/flameshot
- Uses a
flameshot-gitstylePKGBUILD - Pulls source directly from the upstream git repo during the workflow run
- Builds on GitHub Actions inside an
archlinux:latestcontainer - Uploads the built package and a SHA256 file as workflow artifacts
- Publishes the package files to GitHub Releases, one prerelease per upstream commit
- Manual runs via
workflow_dispatch
- The package currently targets
x86_64, which matches GitHub-hosted Linux runners. - No webhook is required for the current setup because builds only run when manually triggered.
- GitHub Actions artifacts are always downloaded as a
.zip; use the GitHub Release asset if you want the raw.pkg.tar.zstfile with its normal filename.