Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ixaruz committed Apr 29, 2022
1 parent db4ee7f commit 4f17d11
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,26 @@ jobs:
container:
image: devkitpro/devkita64
steps:
- name: Checkout repo
- name: checkout repo
uses: actions/checkout@v3
- name: Checkout submodules
run: git submodule update --init --recursive
- name: build application
run: |
make
- name: upload em artifacts
- name: Ready artifacts
run: |
mkdir -p switch
mkdir -p config/luna/dump
mkdir -p config/luna/enctemplate
mv luna.nro switch
touch config/luna/dump/.dumps
touch config/luna/enctemplate/.template
ls -a
- name: Upload em artifacts
uses: actions/upload-artifact@v3
with:
name: luna
path: luna.nro
path: |
switch
config

0 comments on commit 4f17d11

Please sign in to comment.