This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -11,6 +11,11 @@ jobs:
|
|||||||
image: devkitpro/devkita64:latest
|
image: devkitpro/devkita64:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Node & Git
|
||||||
|
run: |
|
||||||
|
apt-get update -qq
|
||||||
|
apt-get install -y -qq nodejs git > /dev/null
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
@@ -18,7 +23,7 @@ jobs:
|
|||||||
run: make
|
run: make
|
||||||
|
|
||||||
- name: Upload NRO
|
- name: Upload NRO
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PatchExtractor-nro
|
name: PatchExtractor
|
||||||
path: "*.nro"
|
path: "*.nro"
|
||||||
|
|||||||
Reference in New Issue
Block a user