does it need to be under usr/?

This commit is contained in:
Nadia Holmquist Pedersen 2024-02-01 20:57:20 +01:00
parent 48f865e11c
commit 21dd0796b7
1 changed files with 5 additions and 1 deletions

View File

@ -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