changed buildscript to PCR
This commit is contained in:
8
.github/workflows/builder.yml
vendored
8
.github/workflows/builder.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: TegraExplorer builder
|
name: PCR builder
|
||||||
|
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
@@ -10,10 +10,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Build TegraExplorer
|
- name: Build PCR
|
||||||
run: make -j$(nproc)
|
run: make -j$(nproc)
|
||||||
|
|
||||||
- uses: actions/upload-artifact@master
|
- uses: actions/upload-artifact@master
|
||||||
with:
|
with:
|
||||||
name: TegraExplorer
|
name: CommonProblemResolver
|
||||||
path: output/TegraExplorer.bin
|
path: output/CommonProblemResolver.bin
|
||||||
|
|||||||
Reference in New Issue
Block a user