We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90a64a commit b78b1e6Copy full SHA for b78b1e6
2 files changed
.github/workflows/genpatch.yml
@@ -0,0 +1,22 @@
1
+name: Generate patch
2
+on:
3
+ push:
4
+ branches: hdmi_frl
5
+
6
+jobs:
7
+ generate_patch:
8
+ runs-on: ubuntu-24.04
9
+ steps:
10
+ - name: Checkout repository
11
+ uses: actions/checkout@v4
12
+ with:
13
+ ref: hdmi_frl
14
+ fetch-depth: 0
15
+ - name: Generate patch
16
+ run: git diff master > 0001-amdgpu-frl.patch
17
+ - name: Save artifacts
18
+ uses: actions/upload-artifact@v4
19
20
+ name: "Patch"
21
+ path: 0001-amdgpu-frl.patch
22
+ retention-days: 30
.gitignore
@@ -10,7 +10,7 @@
#
# Normal rules (sorted alphabetically)
-.*
+.
*.a
*.asn1.[ch]
*.bin
0 commit comments