mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -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
|
||||
with:
|
||||
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
|
||||
run: |
|
||||
ls -R
|
||||
|
Reference in New Issue
Block a user