From 9773c09ebadeb483a2a509df5b9d82f78760e425 Mon Sep 17 00:00:00 2001 From: M4x1m3 Date: Sat, 6 Feb 2021 18:38:01 +0100 Subject: [PATCH] [ci] Build 3ds CIA --- .github/workflows/ci-workflow.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci-workflow.yml b/.github/workflows/ci-workflow.yml index 3ab978223..c60b11807 100644 --- a/.github/workflows/ci-workflow.yml +++ b/.github/workflows/ci-workflow.yml @@ -34,10 +34,15 @@ jobs: with: submodules: true - run: make -j2 PLATFORM=simulator TARGET=3ds + - run: make -j2 PLATFORM=simulator TARGET=3ds epsilon.cia - uses: actions/upload-artifact@master with: name: epsilon-3ds.3dsx path: output/release/simulator/3ds/epsilon.3dsx + - uses: actions/upload-artifact@master + with: + name: epsilon-3ds.cia + path: output/release/simulator/3ds/epsilon.cia android: runs-on: ubuntu-latest steps: