Skip to content

Commit

Permalink
matrix 6
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Jan 4, 2024
1 parent 98bf3c0 commit 62449db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "BETAHASH=$BETAHASH" >> $GITHUB_ENV
echo "RUNHASH is $RUNHASH"
echo "BETAHASH is $BETAHASH"
if [[ $RUNHASH == $BETAHASH ]]; then
if [[ $RUNHASH != $BETAHASH ]]; then
echo "BETAUPDATE=false" >> $GITHUB_OUTPUT
else
echo "Updating..."
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
chmod a+x ./squashfs-root/runtime
chmod a+x ./squashfs-root/AppRun-patched
chmod a+x ./squashfs-root/update.sh
export UPD_INFO="gh-releases-zsync|qurious-pixel|dolphin|${RELEASE}|Dolphin_Emulator-x86_64.AppImage.zsync"
##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
ls . | grep *.AppImage
Expand Down

0 comments on commit 62449db

Please sign in to comment.