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