setup-qemu-action/.github/workflows/publish.yml
Vedant Madane e06fb94911 docs: add multi-platform build example to README
Signed-off-by: Vedant Madane <vedant.madane@gmail.com>
2026-04-15 18:00:00 +00:00

22 lines
346 B
YAML

name: publish
on:
release:
types:
- published
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: read
id-token: write
packages: write
steps:
-
name: Checkout
uses: actions/checkout@v6
-
name: Publish
uses: actions/publish-immutable-action@v0.0.4