mirror of
https://github.com/anxdpanic/plugin.video.youtube.git
synced 2025-12-06 02:30:50 -08:00
attempt to fix make release
This commit is contained in:
parent
5b443aebc4
commit
2ec467c801
1 changed files with 4 additions and 0 deletions
4
.github/workflows/make-release.yml
vendored
4
.github/workflows/make-release.yml
vendored
|
|
@ -49,6 +49,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git reset
|
git reset
|
||||||
git checkout .
|
git checkout .
|
||||||
|
git restore .
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
mv .git ..
|
mv .git ..
|
||||||
rm -rf .??*
|
rm -rf .??*
|
||||||
|
|
@ -66,6 +67,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git reset
|
git reset
|
||||||
git checkout .
|
git checkout .
|
||||||
|
git restore .
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
git apply .patches/unofficial.patch
|
git apply .patches/unofficial.patch
|
||||||
mv .git ..
|
mv .git ..
|
||||||
|
|
@ -84,6 +86,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git reset
|
git reset
|
||||||
git checkout .
|
git checkout .
|
||||||
|
git restore .
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
git apply .patches/matrix.patch
|
git apply .patches/matrix.patch
|
||||||
mv .git ..
|
mv .git ..
|
||||||
|
|
@ -104,6 +107,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git reset
|
git reset
|
||||||
git checkout .
|
git checkout .
|
||||||
|
git restore .
|
||||||
git clean -fdx
|
git clean -fdx
|
||||||
git apply .patches/matrix-unofficial.patch
|
git apply .patches/matrix-unofficial.patch
|
||||||
mv .git ..
|
mv .git ..
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue