diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-02-25 14:11:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-25 14:11:22 +0000 |
| commit | c2b907b02cfe1fae02a4a0d5e9ee22d48d5a458f (patch) | |
| tree | 2a52ba8f12ce2f83394ef1afa69d8b2cb37e21fa | |
| parent | 7c0a3e662f9bb12c15df6c8c9f76237de79ed57c (diff) | |
| parent | 289e0da36b8566bf8e9a4770bfe210245d9b6942 (diff) | |
| download | decky-installer-c2b907b02cfe1fae02a4a0d5e9ee22d48d5a458f.tar.gz decky-installer-c2b907b02cfe1fae02a4a0d5e9ee22d48d5a458f.zip | |
Merge pull request #4 from PartyWumpus/main
Make release action include every file in /cli and /gui
| -rw-r--r-- | .github/workflows/main.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5bfa2ad..c0d844a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -73,11 +73,8 @@ jobs: name: Version ${{ steps.ready_tag.outputs.tag_name }} tag_name: ${{ steps.ready_tag.outputs.tag_name }} files: | - ${{ github.workspace }}/gui/decky_installer.desktop - ${{ github.workspace }}/gui/user_install_script.sh - ${{ github.workspace }}/cli/install_prerelease.sh - ${{ github.workspace }}/cli/install_release.sh - ${{ github.workspace }}/cli/uninstall.sh + ${{ github.workspace }}/gui/* + ${{ github.workspace }}/cli/* prerelease: false generate_release_notes: true draft: true |
