Update .gitea/workflows/release.yaml
Some checks failed
Release Plugins / release-plugins (push) Failing after 6s

This commit is contained in:
2024-03-14 20:27:10 +01:00
parent 40aaff420c
commit 8e7778c3cf

View File

@@ -7,7 +7,12 @@ jobs:
- run: echo "Action started" - run: echo "Action started"
- name: Check out repository - name: Check out repository
uses: actions/checkout@v3 uses: actions/checkout@v3
- run: zip -r YouTubeMusic.zip . - name: Archive Release
uses: thedoctor0/zip-release@0.7.5
with:
type: 'zip'
filename: 'YouTubeMusic.zip'
exclusions: '*.git* .editorconfig repo.xml'
- name: Release - name: Release
uses: https://gitea.com/actions/release-action@main uses: https://gitea.com/actions/release-action@main
with: with: