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

This commit is contained in:
2024-03-14 20:31:21 +01:00
parent 8e7778c3cf
commit 6d1ebb5c99

View File

@@ -7,12 +7,8 @@ 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
- name: Archive Release - run: apt install zip
uses: thedoctor0/zip-release@0.7.5 - run: zip -r YouTubeMusic.zip .
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: