does it need to be under usr/?
This commit is contained in:
parent
48f865e11c
commit
21dd0796b7
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue