Update repository structure
Some checks failed
release / release-plugins (push) Failing after 19s

This commit is contained in:
mschuepbach
2024-03-28 21:44:32 +01:00
parent 54dfd10aa9
commit 6fdb7bc11c
8 changed files with 1 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ jobs:
with:
go-version: '>=1.20.1'
- name: Create zip file
run: cd YouTubeMusic && zip -r YouTubeMusic.zip . && mv YouTubeMusic.zip ../
run: zip -r YouTubeMusic.zip -x .git* -x .vscode -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"