Skip to content

Commit 42b51b3

Browse files
committed
.github/workflows/genpatch.yml: Add workflow
1 parent b90a64a commit 42b51b3

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.github/workflows/genpatch.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Generate patch
2+
on:
3+
push:
4+
branches: hdmi_frl
5+
6+
jobs:
7+
generate_patch:
8+
steps:
9+
- name: Generate patch
10+
run: git diff master > 0001-amdgpu-frl.patch
11+
- name: Save artifacts
12+
uses: actions/upload-artifact@v4
13+
with:
14+
name: "Patch"
15+
path: 0001-amdgpu-frl.patch
16+
retention-days: 30

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#
1111
# Normal rules (sorted alphabetically)
1212
#
13-
.*
13+
.
1414
*.a
1515
*.asn1.[ch]
1616
*.bin

0 commit comments

Comments
 (0)