diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-01-11 18:22:18 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 18:22:18 +0000 |
| commit | f60d1704d0b6bfd5ea21682cf9d4ff53eff0a1f4 (patch) | |
| tree | 2c58f184966847040ab9cccbb4aefb50760e05a2 /.github/workflows/main.yml | |
| parent | ba154c2e6e3c0ead8d1ca8f9433ee3e9c49c10af (diff) | |
| download | decky-installer-f60d1704d0b6bfd5ea21682cf9d4ff53eff0a1f4.tar.gz decky-installer-f60d1704d0b6bfd5ea21682cf9d4ff53eff0a1f4.zip | |
Update main.yml
Diffstat (limited to '.github/workflows/main.yml')
| -rw-r--r-- | .github/workflows/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5adf0ca..3f3fcfe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} - draft: true + draft: false update_latest_release: true file: "${{ github.workspace }}/gui/decky_installer.desktop;${{ github.workspace }}/gui/user_install_script.sh" verbose: true |
