summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-on-tag.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml
index 5512646..92dc816 100644
--- a/.github/workflows/release-on-tag.yml
+++ b/.github/workflows/release-on-tag.yml
@@ -25,6 +25,10 @@ jobs:
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: Generate checksum for decky_client.py
+ run: |
+ sha256sum decky_client.py > decky_client.py.sha256
+
- name: Create GitHub release
uses: softprops/action-gh-release@v2
with:
@@ -33,4 +37,5 @@ jobs:
files: |
user_install_script.sh
decky_client.py
+ decky_client.py.sha256
decky_installer.desktop