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
2ec467c801
commit
2abffee73e
1 changed files with 10 additions and 4 deletions
14
.github/workflows/make-release.yml
vendored
14
.github/workflows/make-release.yml
vendored
|
|
@ -49,7 +49,6 @@ 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 .??*
|
||||||
|
|
@ -67,7 +66,6 @@ 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 ..
|
||||||
|
|
@ -81,12 +79,21 @@ jobs:
|
||||||
echo ::set-output name=filename::$filename
|
echo ::set-output name=filename::$filename
|
||||||
working-directory: ${{ github.event.repository.name }}
|
working-directory: ${{ github.event.repository.name }}
|
||||||
|
|
||||||
|
- name: Remove Repository
|
||||||
|
id: remove-repo
|
||||||
|
run: |
|
||||||
|
rm -rf ${{ github.event.repository.name }}
|
||||||
|
|
||||||
|
- name: Checkout Add-on
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
path: ${{ github.event.repository.name }}
|
||||||
|
|
||||||
- name: Create Zip (Matrix)
|
- name: Create Zip (Matrix)
|
||||||
id: zip-matrix
|
id: zip-matrix
|
||||||
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 ..
|
||||||
|
|
@ -107,7 +114,6 @@ 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