diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-01-11 17:36:17 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 17:36:17 +0000 |
| commit | 1a897bd763f82f285bcccf4cefe0dfbd93a01fe0 (patch) | |
| tree | 8646776d1c236cd91879249b92e775a8ae892318 /.github/workflows/main.yml | |
| parent | 799d06551678093bf831f2d9eee780b59276926c (diff) | |
| download | decky-installer-1a897bd763f82f285bcccf4cefe0dfbd93a01fe0.tar.gz decky-installer-1a897bd763f82f285bcccf4cefe0dfbd93a01fe0.zip | |
Update main.yml
Diffstat (limited to '.github/workflows/main.yml')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 01080ba..6b47783 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,5 +21,5 @@ jobs: repo_token: "${{ secrets.GITHUB_TOKEN }}" prerelease: false files: | - LICENSE.txt - *.jar + ${{ github.workspace }}/gui/decky_installer.desktop + ${{ github.workspace }}/gui/user_install_script.sh |
