build-tools

This commit is contained in:
Billy Chan 2023-07-27 21:48:26 +08:00
parent c5529b33f9
commit 4e6c1c6a56
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7
2 changed files with 6 additions and 0 deletions

View File

@ -63,6 +63,7 @@ on:
- master
- 0.*.x
- pr/**/ci
- ci-*
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref || github.run_id }}

View File

@ -0,0 +1,5 @@
#!/bin/bash
set -e
find examples/ -depth -type f -name '*.toml' -exec sed -i '/^path = "..\/..\/..\/sea-orm-migration"/d' {} \;
find examples/ -depth -type f -name '*.toml' -exec sed -i '/^path = "..\/..\/..\/"/d' {} \;