From 45060effd58467165a77c5ecb08187b765eaf1b7 Mon Sep 17 00:00:00 2001 From: matteo Date: Thu, 14 Mar 2024 20:52:02 +0100 Subject: [PATCH] Update .gitea/workflows/release.yaml --- .gitea/workflows/release.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index d042b6d..2ff08c0 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -8,9 +8,13 @@ jobs: - name: Check out repository uses: actions/checkout@v3 - run: apt update && apt install zip + - name: setup go + uses: actions/setup-go@v4 + with: + go-version: '>=1.20.1' - run: cd YouTubeMusic && zip -r YouTubeMusic.zip . - name: Release - uses: https://gitea.com/actions/gitea-release-action@main + uses: https://gitea.com/actions/release-action@main with: files: |- YouTubeMusic.zip