We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90a64a commit 42b51b3Copy full SHA for 42b51b3
2 files changed
.github/workflows/genpatch.yml
@@ -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
@@ -10,7 +10,7 @@
#
# Normal rules (sorted alphabetically)
-.*
+.
*.a
*.asn1.[ch]
*.bin
0 commit comments