Update .gitea/workflows/release.yaml
Some checks failed
Release Plugins / release-plugins (push) Failing after 2s
Some checks failed
Release Plugins / release-plugins (push) Failing after 2s
This commit is contained in:
@@ -7,4 +7,9 @@ jobs:
|
||||
- run: echo "Action started"
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
- run: ls ${{ gitea.workspace }}
|
||||
- run: zip -r YouTubeMusic.zip .
|
||||
- name: Release
|
||||
uses: actions/release-action@main
|
||||
with:
|
||||
files: |-
|
||||
YouTubeMusic.zip
|
||||
|
||||
Reference in New Issue
Block a user