mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 03:31:09 +08:00
16
.github/workflows/build.yml
vendored
16
.github/workflows/build.yml
vendored
@@ -82,22 +82,22 @@ jobs:
|
||||
working-directory: ${{ env.FLUTTER_ROOT }}
|
||||
# https://github.com/flutter/flutter/issues/182281
|
||||
run: |
|
||||
git config --global user.name "ci"
|
||||
git config --global user.email "example@example.com"
|
||||
git stash || true
|
||||
git revert 362b1de29974ffc1ed6faa826e1df870d7bec75f --no-edit
|
||||
git reset --soft HEAD~1
|
||||
git stash pop || true
|
||||
git config --global user.name "ci"
|
||||
git config --global user.email "example@example.com"
|
||||
git stash || true
|
||||
git revert 362b1de29974ffc1ed6faa826e1df870d7bec75f --no-edit
|
||||
git reset --soft HEAD~1
|
||||
git stash pop || true
|
||||
continue-on-error: true
|
||||
|
||||
- name: apply bottom sheet patch
|
||||
working-directory: ${{ env.FLUTTER_ROOT }}
|
||||
run: git apply $GITHUB_WORKSPACE/lib/scripts/bottom_sheet_patch.diff
|
||||
run: git apply $GITHUB_WORKSPACE/lib/scripts/bottom_sheet_patch.diff || true
|
||||
continue-on-error: true
|
||||
|
||||
- name: apply modal barrier patch
|
||||
working-directory: ${{ env.FLUTTER_ROOT }}
|
||||
run: git apply $GITHUB_WORKSPACE/lib/scripts/modal-barrier-patch.diff
|
||||
run: git apply $GITHUB_WORKSPACE/lib/scripts/modal-barrier-patch.diff || true
|
||||
continue-on-error: true
|
||||
|
||||
- name: Write key
|
||||
|
||||
Reference in New Issue
Block a user