File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 chmod a+x ./squashfs-root/runtime
123123 chmod a+x ./squashfs-root/AppRun-patched
124124 chmod a+x ./squashfs-root/update.sh
125- export UPD_INFO="gh-releases-zsync|qurious-pixel|dolphin |continuous|Dolphin_Emulator-x86_64.AppImage.zsync"
125+ export UPD_INFO="gh-releases-zsync|Motobug|Project-Plus-Dolphin |continuous|Dolphin_Emulator-x86_64.AppImage.zsync"
126126 /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 \
127127 --exclude-library=libglib* --output appimage
128128 ls . | grep *.AppImage
@@ -145,7 +145,7 @@ jobs:
145145 ls -al artifacts/
146146 wget -c https://github.com/tcnksm/ghr/releases/download/v0.17.0/ghr_v0.17.0_linux_amd64.tar.gz
147147 tar xfv ghr_v0.17.0_linux_amd64.tar.gz
148- ghr_v0.17.0_linux_amd64/ghr -u qurious-pixel -r dolphin -recreate -n 'Continuous build' -b "$(printf "DOLPHIN Build ${{ env.DOLPHINVER }}\nGitHub https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID")" continuous artifacts/
148+ ghr_v0.17.0_linux_amd64/ghr -u Motobug -r Project-Plus-Dolphin -recreate -n 'Continuous build' -b "$(printf "DOLPHIN Build ${{ env.DOLPHINVER }}\nGitHub https://github.com/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID")" continuous artifacts/
149149 env :
150150 DEFAULT_BRANCH : git-actions
151- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
151+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments