attempt to fix make release

This commit is contained in:
anxdpanic 2022-11-27 17:10:02 -05:00
parent 5b443aebc4
commit 2ec467c801

View file

@ -49,6 +49,7 @@ jobs:
run: |
git reset
git checkout .
git restore .
git clean -fdx
mv .git ..
rm -rf .??*
@ -66,6 +67,7 @@ jobs:
run: |
git reset
git checkout .
git restore .
git clean -fdx
git apply .patches/unofficial.patch
mv .git ..
@ -84,6 +86,7 @@ jobs:
run: |
git reset
git checkout .
git restore .
git clean -fdx
git apply .patches/matrix.patch
mv .git ..
@ -104,6 +107,7 @@ jobs:
run: |
git reset
git checkout .
git restore .
git clean -fdx
git apply .patches/matrix-unofficial.patch
mv .git ..