upload 3dsx

This commit is contained in:
Joshua Peisach 2025-06-30 18:56:45 -04:00
parent f18f5c2316
commit 6e188f3f26
No known key found for this signature in database
GPG Key ID: 41C3D4189AFEDB5A

View File

@ -148,6 +148,13 @@ jobs:
build/dist/*.AppImage build/dist/*.AppImage
build/dist/*.3dsx build/dist/*.3dsx
- name: Upload 3dsx
if: ${{ matrix.n3ds }}
uses: actions/upload-artifact@v4
with:
name: isle.3dsx
path: ./build/dist/isle.3dsx
flatpak: flatpak:
name: "Flatpak (${{ matrix.arch }})" name: "Flatpak (${{ matrix.arch }})"
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}