fangorn/sunshine-qemu
public
ref:main
---
name: Publish Artifacts
on:
workflow_run:
workflows: ["CI"]
types:
- completed
permissions: {}
jobs:
publish:
if: >-
github.event.workflow_run.event == 'pull_request' &&
(github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure')
permissions:
actions: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Publish PR artifacts
uses: LizardByte/actions/actions/artifact_comment@39c468549cfb87ccb917e5e5342e18abc926dc48 # v2026.909.30231
with:
artifact_patterns: build-*