diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2023-01-11 18:13:07 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 18:13:07 +0000 |
| commit | 0c64c1a3967a171c28d3688e40e2411fc6fecbb6 (patch) | |
| tree | b2f51ad051334c1ef5e3fc6782b85267425067a4 /.github | |
| parent | aa63ef1b1bfe1091b56830fdac42c86c873ccdf4 (diff) | |
| download | decky-installer-0c64c1a3967a171c28d3688e40e2411fc6fecbb6.tar.gz decky-installer-0c64c1a3967a171c28d3688e40e2411fc6fecbb6.zip | |
Update main.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 75cf17d..2ed7ca2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,15 +2,15 @@ name: "release" on: push: - branches: - - main + tags: + - "*" jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 - - name: "find env" + - name: Checkout 🧰 + uses: actions/checkout@v3 - uses: xresloader/upload-to-github-release@main env: |
