Update release.yaml
All checks were successful
release / release-plugins (push) Successful in 24s

This commit is contained in:
mschuepbach
2024-03-28 21:56:56 +01:00
parent 05f38a1c93
commit 24101a5c1a

View File

@@ -20,7 +20,7 @@ jobs:
with:
go-version: '>=1.20.1'
- name: Create zip file
run: zip -r YouTubeMusic.zip . -x .git* -x .vscode -x repo.xml
run: zip -r YouTubeMusic.zip . -x .git*/ -x .vscode/ -x .git* -x repo.xml
- name: Create repo.xml with sha
run: |
sha1=$(sha1sum YouTubeMusic.zip | cut -d ' ' -f1) && sed -i "s|<sha></sha>|<sha>$sha1</sha>|" repo.xml && echo "SHA: $sha1"