Upload .nds file as well for actions artifact

This commit is contained in:
Edoardo Lolletti 2025-08-13 00:13:56 +02:00
parent d7aa0970b1
commit f419337455

View File

@ -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.