Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrRevo3D authored Sep 8, 2024
1 parent ffee380 commit 9e93b36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,14 @@ jobs:
- name: Run Switch build
if: matrix.os_name == 'switch'
run: |-
tar -xvzf /opt/devkitpro.tgz -C /opt
tar -xvf /opt/devkitpro.tgz -C /opt
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=/opt/devkitpro/devkitARM
export PATH="/opt/devkitpro/tools/bin:$PATH"
cmake . -DCMAKE_TOOLCHAIN_FILE=HorizonNX.toolchain
make -j2
elf2nro impacto impacto.nro
mkdir -p "${{ github.workspace }}/release/ci-release"
cp impacto.nro "${{ github.workspace }}/release/ci-release"
cp profiles "${{ github.workspace }}/release/ci-release"
cp games "${{ github.workspace }}/release/ci-release"
Expand Down

0 comments on commit 9e93b36

Please sign in to comment.