mirror of
https://github.com/rvtr/unlaunch-installer_dev.git
synced 2026-01-26 13:43:08 -05:00
Upload .nds file as well for actions artifact
This commit is contained in:
parent
d7aa0970b1
commit
f419337455
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -25,7 +25,9 @@ jobs:
|
|||||||
- name: Publish build to GH Actions
|
- name: Publish build to GH Actions
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
path: "*.dsi"
|
path: |
|
||||||
|
*.dsi
|
||||||
|
*.nds
|
||||||
name: build
|
name: build
|
||||||
|
|
||||||
# Only run this for non-PR jobs.
|
# Only run this for non-PR jobs.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user