This commit is contained in:
@@ -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 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"
|
||||
|
||||
Reference in New Issue
Block a user