Update .gitea/workflows/release.yaml
Some checks failed
Release Plugins / release-plugins (push) Failing after 7s
Some checks failed
Release Plugins / release-plugins (push) Failing after 7s
This commit is contained in:
@@ -9,7 +9,8 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- run: zip -r YouTubeMusic.zip .
|
||||
- name: Release
|
||||
uses: actions/release-action@main
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
YouTubeMusic.zip
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
|
||||
Reference in New Issue
Block a user