diff options
Diffstat (limited to '.github')
| -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 |
