summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-01-08 21:16:44 +0000
committerGitHub <noreply@github.com>2023-01-08 13:16:44 -0800
commite92b66068aaa3f43e65e187e09f0982c798e960a (patch)
treeae7a68b225495db35ce6b20927f4a79beab56ded /.github
parentb72b32761058767d143e9ff08dc238c5ac9b777c (diff)
downloaddecky-loader-e92b66068aaa3f43e65e187e09f0982c798e960a.tar.gz
decky-loader-e92b66068aaa3f43e65e187e09f0982c798e960a.zip
Use the new installer in the readme instructions (#324)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index df8b03f6..6e548411 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -161,7 +161,9 @@ jobs:
with:
name: Prerelease ${{ steps.ready_tag.outputs.tag_name }}
tag_name: ${{ steps.ready_tag.outputs.tag_name }}
- files: ./dist/PluginLoader
+ files: |
+ ./dist/PluginLoader
+ ${{ github.workspace }}/dist/decky_installer.desktop
prerelease: false
generate_release_notes: true
@@ -248,6 +250,8 @@ jobs:
with:
name: Prerelease ${{ steps.ready_tag.outputs.tag_name }}
tag_name: ${{ steps.ready_tag.outputs.tag_name }}
- files: ./dist/PluginLoader
+ files: |
+ ./dist/PluginLoader
+ ${{ github.workspace }}/dist/decky_installer.desktop
prerelease: true
generate_release_notes: true