mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
upload 3dsx
This commit is contained in:
parent
f18f5c2316
commit
6e188f3f26
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@ -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 }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user