summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortranch <tranch.xiao@gmail.com>2026-02-03 11:57:18 +0800
committertranch <tranch.xiao@gmail.com>2026-02-03 11:57:18 +0800
commit1476d5cbdb5791f05d36838237b55cb3f8f72125 (patch)
tree8089315de85be61907d9dd2ecb9cce946591d498
parentcb30744a40cfd3c817c681035a108a8c201ee5f4 (diff)
downloaddecky-installer-1476d5cbdb5791f05d36838237b55cb3f8f72125.tar.gz
decky-installer-1476d5cbdb5791f05d36838237b55cb3f8f72125.zip
chore: expand placeholder replacementv1.0.1
Also replace __DECKY_MIRROR_HOST__ in decky_installer.desktop during release packaging.
-rw-r--r--.github/workflows/release-on-tag.yml1
1 files changed, 1 insertions, 0 deletions
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