diff options
| author | tranch <tranch.xiao@gmail.com> | 2026-02-03 12:11:19 +0800 |
|---|---|---|
| committer | tranch <tranch.xiao@gmail.com> | 2026-02-03 12:11:19 +0800 |
| commit | 8fb7778bb371b109cdecaddd7b4e212ef20feadd (patch) | |
| tree | fac91cfe78ca2f99aa4b19d202382ae12197f351 | |
| parent | 1476d5cbdb5791f05d36838237b55cb3f8f72125 (diff) | |
| download | decky-installer-1.0.2.tar.gz decky-installer-1.0.2.zip | |
chore: include plugin installer in releasev1.0.2
Add decky_plugin_installer.py to the release asset list.
| -rw-r--r-- | .github/workflows/release-on-tag.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release-on-tag.yml b/.github/workflows/release-on-tag.yml index 36048c5..fb8c021 100644 --- a/.github/workflows/release-on-tag.yml +++ b/.github/workflows/release-on-tag.yml @@ -32,4 +32,5 @@ jobs: tag_name: ${{ github.ref_name }} files: | user_install_script.sh + decky_plugin_installer.py decky_installer.desktop |
