We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bb8cc commit 3895ea6Copy full SHA for 3895ea6
.github/workflows/Submit-To-SignPath.yml
@@ -75,3 +75,21 @@ jobs:
75
76
- name: Verify Signed Artifacts
77
run: dir 'SignedArtifacts'
78
+
79
+ - name: Upload signed artifacts
80
+ id: upload_signed_artifacts
81
+ uses: actions/upload-artifact@v4
82
+ with:
83
+ name: Signed-Driver-${{ matrix.configuration }}-${{ matrix.platform }}
84
+ path: |
85
+ SignedArtifacts\MttVDD.dll
86
+ SignedArtifacts\MttVDD.inf
87
+ SignedArtifacts\mttvdd.cat
88
+ SignedArtifacts\vdd_settings.xml
89
90
+ celebrate:
91
+ runs-on: ubuntu-latest
92
+ steps:
93
+ - name: Celebrate
94
+ run: |
95
+ echo "Bud is a god, also hi if you're looking at this!"
0 commit comments