diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-01-08 21:16:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-08 13:16:44 -0800 |
| commit | e92b66068aaa3f43e65e187e09f0982c798e960a (patch) | |
| tree | ae7a68b225495db35ce6b20927f4a79beab56ded /.github/workflows/build.yml | |
| parent | b72b32761058767d143e9ff08dc238c5ac9b777c (diff) | |
| download | decky-loader-e92b66068aaa3f43e65e187e09f0982c798e960a.tar.gz decky-loader-e92b66068aaa3f43e65e187e09f0982c798e960a.zip | |
Use the new installer in the readme instructions (#324)
Diffstat (limited to '.github/workflows/build.yml')
| -rw-r--r-- | .github/workflows/build.yml | 8 |
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 |
