From f41933745582c581a76625c6d1d276582f79f486 Mon Sep 17 00:00:00 2001 From: Edoardo Lolletti Date: Wed, 13 Aug 2025 00:13:56 +0200 Subject: [PATCH] Upload .nds file as well for actions artifact --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ac0c6a..ed43070 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,9 @@ jobs: - name: Publish build to GH Actions uses: actions/upload-artifact@v4 with: - path: "*.dsi" + path: | + *.dsi + *.nds name: build # Only run this for non-PR jobs.