Update appimage.sh
Remove standalone linux binary
This commit is contained in:
parent
63b0555231
commit
12cf78ba04
1 changed files with 1 additions and 1 deletions
2
.github/workflows/appimage.sh
vendored
2
.github/workflows/appimage.sh
vendored
|
@ -69,7 +69,7 @@ mv /tmp/update/* $HOME/squashfs-root/usr/lib/
|
|||
mv yuzu-x86_64.AppImage* /yuzu/artifacts
|
||||
|
||||
cp -R $HOME/artifacts/ /yuzu/
|
||||
cp "$BUILDBIN"/yuzu /yuzu/artifacts/version/
|
||||
#cp "$BUILDBIN"/yuzu /yuzu/artifacts/version/
|
||||
chmod -R 777 /yuzu/artifacts
|
||||
cd /yuzu/artifacts
|
||||
ls -al /yuzu/artifacts/
|
||||
|
|
Loading…
Reference in a new issue