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

This commit is contained in:
2024-03-14 20:32:12 +01:00
parent 6d1ebb5c99
commit 8d4a856c2a

View File

@@ -7,7 +7,7 @@ jobs:
- run: echo "Action started"
- name: Check out repository
uses: actions/checkout@v3
- run: apt install zip
- run: apt update && apt install zip
- run: zip -r YouTubeMusic.zip .
- name: Release
uses: https://gitea.com/actions/release-action@main