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 e62f792 commit 86ac1b2Copy full SHA for 86ac1b2
1 file changed
.github/workflows/builder.yml
@@ -1,4 +1,4 @@
1
-name: TegraExplorer builder
+name: PCR builder
2
3
on: [push, pull_request]
4
@@ -10,10 +10,10 @@ jobs:
10
steps:
11
- uses: actions/checkout@v1
12
13
- - name: Build TegraExplorer
+ - name: Build PCR
14
run: make -j$(nproc)
15
16
- uses: actions/upload-artifact@master
17
with:
18
- name: TegraExplorer
19
- path: output/TegraExplorer.bin
+ name: CommonProblemResolver
+ path: output/CommonProblemResolver.bin
0 commit comments