Skip to content

.github/workflows/genpatch.yml: Update branch #16

.github/workflows/genpatch.yml: Update branch

.github/workflows/genpatch.yml: Update branch #16

Workflow file for this run

name: Generate patch - Stable branch
on:
push:
branches: hdmi_frl_stable
jobs:
generate_patch:
runs-on: ubuntu-24.04
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: hdmi_frl_stable
fetch-depth: 0
- name: Generate patch
run: git diff tags/stable > 0001-amdgpu-frl.patch
- name: Save artifacts
uses: actions/upload-artifact@v4
with:
name: "Patch"
path: 0001-amdgpu-frl.patch
retention-days: 30