summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-01-09 18:16:20 +0000
committerGitHub <noreply@github.com>2023-01-09 10:16:20 -0800
commite8b4c4a3070e4ee1e9f6c330c568d9e76e629f48 (patch)
tree251ed7cd13991618c81c0d8394b857bec9a72ef7 /.github
parente92b66068aaa3f43e65e187e09f0982c798e960a (diff)
downloaddecky-loader-e8b4c4a3070e4ee1e9f6c330c568d9e76e629f48.tar.gz
decky-loader-e8b4c4a3070e4ee1e9f6c330c568d9e76e629f48.zip
Fix the download button (#330)
* Remove .desktop file from build.yml * Make download button link to decky-installer repo * Point download button to the .desktop file not the .sh file woops * Delete decky_installer.desktop * Delete user_install_script.sh
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 6e548411..df8b03f6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -161,9 +161,7 @@ jobs:
with:
name: Prerelease ${{ steps.ready_tag.outputs.tag_name }}
tag_name: ${{ steps.ready_tag.outputs.tag_name }}
- files: |
- ./dist/PluginLoader
- ${{ github.workspace }}/dist/decky_installer.desktop
+ files: ./dist/PluginLoader
prerelease: false
generate_release_notes: true
@@ -250,8 +248,6 @@ jobs:
with:
name: Prerelease ${{ steps.ready_tag.outputs.tag_name }}
tag_name: ${{ steps.ready_tag.outputs.tag_name }}
- files: |
- ./dist/PluginLoader
- ${{ github.workspace }}/dist/decky_installer.desktop
+ files: ./dist/PluginLoader
prerelease: true
generate_release_notes: true