attempt to fix make-release

This commit is contained in:
anxdpanic 2022-11-28 13:20:37 -05:00
parent 2ec467c801
commit 2abffee73e

View file

@ -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 ..