Update .gitea/workflows/release.yaml
Some checks failed
Release Plugins / release-plugins (push) Failing after 5s
Some checks failed
Release Plugins / release-plugins (push) Failing after 5s
This commit is contained in:
@@ -7,12 +7,8 @@ jobs:
|
||||
- run: echo "Action started"
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
- name: Archive Release
|
||||
uses: thedoctor0/zip-release@0.7.5
|
||||
with:
|
||||
type: 'zip'
|
||||
filename: 'YouTubeMusic.zip'
|
||||
exclusions: '*.git* .editorconfig repo.xml'
|
||||
- run: apt install zip
|
||||
- run: zip -r YouTubeMusic.zip .
|
||||
- name: Release
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user