From e8b4c4a3070e4ee1e9f6c330c568d9e76e629f48 Mon Sep 17 00:00:00 2001 From: Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> Date: Mon, 9 Jan 2023 18:16:20 +0000 Subject: 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 --- .github/workflows/build.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to '.github/workflows') 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 -- cgit v1.2.3