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: |
|
||||
git reset
|
||||
git checkout .
|
||||
git restore .
|
||||
git clean -fdx
|
||||
mv .git ..
|
||||
rm -rf .??*
|
||||
|
|
@ -67,7 +66,6 @@ jobs:
|
|||
run: |
|
||||
git reset
|
||||
git checkout .
|
||||
git restore .
|
||||
git clean -fdx
|
||||
git apply .patches/unofficial.patch
|
||||
mv .git ..
|
||||
|
|
@ -81,12 +79,21 @@ jobs:
|
|||
echo ::set-output name=filename::$filename
|
||||
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)
|
||||
id: zip-matrix
|
||||
run: |
|
||||
git reset
|
||||
git checkout .
|
||||
git restore .
|
||||
git clean -fdx
|
||||
git apply .patches/matrix.patch
|
||||
mv .git ..
|
||||
|
|
@ -107,7 +114,6 @@ jobs:
|
|||
run: |
|
||||
git reset
|
||||
git checkout .
|
||||
git restore .
|
||||
git clean -fdx
|
||||
git apply .patches/matrix-unofficial.patch
|
||||
mv .git ..
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue