From 899521b208a36f75bc3a5fa90f8ab2cac0937ef5 Mon Sep 17 00:00:00 2001 From: matteo Date: Thu, 14 Mar 2024 20:42:04 +0100 Subject: [PATCH] Update .gitea/workflows/release.yaml --- .gitea/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/release.yaml b/.gitea/workflows/release.yaml index f7ab9e8..d042b6d 100644 --- a/.gitea/workflows/release.yaml +++ b/.gitea/workflows/release.yaml @@ -10,7 +10,7 @@ jobs: - run: apt update && apt install zip - run: cd YouTubeMusic && zip -r YouTubeMusic.zip . - name: Release - uses: https://gitea.com/actions/release-action@main + uses: https://gitea.com/actions/gitea-release-action@main with: files: |- YouTubeMusic.zip