changed buildscript to PCR

This commit is contained in:
Calvin Fuchs
2021-06-18 03:10:34 +02:00
parent e62f792e30
commit 86ac1b24d2

View File

@@ -1,4 +1,4 @@
name: TegraExplorer builder
name: PCR builder
on: [push, pull_request]
@@ -10,10 +10,10 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build TegraExplorer
- name: Build PCR
run: make -j$(nproc)
- uses: actions/upload-artifact@master
with:
name: TegraExplorer
path: output/TegraExplorer.bin
name: CommonProblemResolver
path: output/CommonProblemResolver.bin