Use the new installer in the readme instructions (#324)

This commit is contained in:
Party Wumpus
2023-01-08 21:16:44 +00:00
committed by GitHub
parent b72b327610
commit e92b66068a
6 changed files with 25 additions and 17 deletions

View File

@@ -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