diff options
| author | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2026-02-04 15:19:35 +0000 |
|---|---|---|
| committer | copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> | 2026-02-04 15:19:35 +0000 |
| commit | 9ab34cd1d5b6190fc36eae63f3a5ca214adea3ae (patch) | |
| tree | ec15dd96b1bf877316b54db046e17975ece432ae /.github | |
| parent | 0b539e22aa9bcbd92fba3d416177e9f39cb93ec7 (diff) | |
| download | decky-installer-9ab34cd1d5b6190fc36eae63f3a5ca214adea3ae.tar.gz decky-installer-9ab34cd1d5b6190fc36eae63f3a5ca214adea3ae.zip | |
Add SHA256 checksum verification for decky_client.py downloads
Co-authored-by: tranch <5999732+tranch@users.noreply.github.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release-on-tag.yml | 5 |
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 |
