mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-02 20:11:15 +00:00
add cia file to artifacts
This commit is contained in:
parent
25f993dda0
commit
d4256c7578
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -153,6 +153,7 @@ jobs:
|
||||
cd build
|
||||
mkdir dist
|
||||
mv *.3dsx dist/
|
||||
mv *.cia dist/
|
||||
|
||||
- name: Upload Build Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
@ -162,6 +163,7 @@ jobs:
|
||||
build/dist/isle-*
|
||||
build/dist/*.AppImage
|
||||
build/dist/*.3dsx
|
||||
build/dist/*.cia
|
||||
|
||||
flatpak:
|
||||
name: "Flatpak (${{ matrix.arch }})"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user