mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 07:10:00 -06:00
does it need to be under usr/?
This commit is contained in:
6
.github/workflows/build-ubuntu.yml
vendored
6
.github/workflows/build-ubuntu.yml
vendored
@ -50,7 +50,11 @@ jobs:
|
|||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: melonDS-ubuntu-x86_64
|
name: melonDS-ubuntu-x86_64
|
||||||
path: AppDir
|
path: melonDS
|
||||||
|
- name: Prepare AppDir
|
||||||
|
run: |
|
||||||
|
mkdir AppDir
|
||||||
|
mv melonDS AppDir/usr
|
||||||
- name: Prepare necessary Tools for building the AppImage
|
- name: Prepare necessary Tools for building the AppImage
|
||||||
run: |
|
run: |
|
||||||
ls -R
|
ls -R
|
||||||
|
Reference in New Issue
Block a user