fix(ci): update again

This commit is contained in:
windowsboy111
2023-03-16 20:01:57 +08:00
parent f22c021b21
commit 3796eccd92
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -40,7 +40,9 @@ jobs:
git commit -S -a -m "$msg"
git format-patch HEAD^
git checkout f38
git apply *.patch
for file in *.patch; do
git apply $file || true
done
rm *.patch
git commit -S -a -m "$msg"
git push -u origin f38
+3 -1
View File
@@ -41,7 +41,9 @@ jobs:
git commit -S -a -m "$msg"
git format-patch HEAD^
git checkout f38
git apply *.patch
for file in *.patch; do
git apply $file || true
done
rm *.patch
git commit -S -a -m "$msg"
git push -u origin f38