summaryrefslogtreecommitdiff
path: root/.github/workflows/main.yml
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2023-01-11 18:13:07 +0000
committerGitHub <noreply@github.com>2023-01-11 18:13:07 +0000
commit0c64c1a3967a171c28d3688e40e2411fc6fecbb6 (patch)
treeb2f51ad051334c1ef5e3fc6782b85267425067a4 /.github/workflows/main.yml
parentaa63ef1b1bfe1091b56830fdac42c86c873ccdf4 (diff)
downloaddecky-installer-0c64c1a3967a171c28d3688e40e2411fc6fecbb6.tar.gz
decky-installer-0c64c1a3967a171c28d3688e40e2411fc6fecbb6.zip
Update main.yml
Diffstat (limited to '.github/workflows/main.yml')
-rw-r--r--.github/workflows/main.yml8
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: