From 1476d5cbdb5791f05d36838237b55cb3f8f72125 Mon Sep 17 00:00:00 2001 From: tranch Date: Tue, 3 Feb 2026 11:57:18 +0800 Subject: chore: expand placeholder replacement Also replace __DECKY_MIRROR_HOST__ in decky_installer.desktop during release packaging. --- .github/workflows/release-on-tag.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 76f06b6..36048c5 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -23,6 +23,7 @@ jobs: sed -i "s|__DECKY_MIRROR_HOST__|$MIRROR_HOST|g" user_install_script.sh sed -i "s|__DECKY_PLUGIN_MIRROR_HOST__|${PLUGIN_MIRROR_HOST}|g" user_install_script.sh sed -i "s|__DECKY_PLUGIN_ID__|${PLUGIN_ID}|g" user_install_script.sh + sed -i "s|__DECKY_MIRROR_HOST__|$MIRROR_HOST|g" decky_installer.desktop - name: Create GitHub release uses: softprops/action-gh-release@v2 -- cgit v1.2.3