summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
blob: 345c05d6838f8395048893bfa3a8b31593909de2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
name: Main

on: push

jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3
      - name: Release
        uses: softprops/action-gh-release@v1
        if: startsWith(github.ref, 'refs/tags/')
        with:
          files: |
            ${{ github.workspace }}/gui/decky_installer.desktop
            ${{ github.workspace }}/gui/user_install_script.sh