Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Jan 12, 2024
1 parent 26c255a commit d43c5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
chmod a+x ./squashfs-root/update.sh
##export UPD_INFO="gh-releases-zsync|qurious-pixel|dolphin|${RELEASE}|Dolphin_Emulator-x86_64.AppImage.zsync"
/tmp/squashfs-root/AppRun --appdir="$GITHUB_WORKSPACE"/squashfs-root/ --plugin qt -d "$GITHUB_WORKSPACE"/squashfs-root/dolphin-emu.desktop -i "$GITHUB_WORKSPACE"/squashfs-root/dolphin-emu.svg \
--exclude-library=libglib* --output appimage
--exclude-library=libglib* --output appimage --plugin-api-version 0
ls . | grep *.AppImage
mv $(ls . | grep *.AppImage) $GITHUB_WORKSPACE/artifacts
ls -al $GITHUB_WORKSPACE/artifacts
Expand Down

0 comments on commit d43c5ee

Please sign in to comment.