Skip to content

Commit 86ac1b2

Browse files
author
Calvin Fuchs
committed
changed buildscript to PCR
1 parent e62f792 commit 86ac1b2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/builder.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: TegraExplorer builder
1+
name: PCR builder
22

33
on: [push, pull_request]
44

@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212

13-
- name: Build TegraExplorer
13+
- name: Build PCR
1414
run: make -j$(nproc)
1515

1616
- uses: actions/upload-artifact@master
1717
with:
18-
name: TegraExplorer
19-
path: output/TegraExplorer.bin
18+
name: CommonProblemResolver
19+
path: output/CommonProblemResolver.bin

0 commit comments

Comments
 (0)