mirror of
https://github.com/ClementTsang/bottom.git
synced 2026-08-24 04:16:30 +00:00
other: move schema_gen script to scripts folder (#2183)
This commit is contained in:
@@ -79,8 +79,6 @@ jobs:
|
||||
|
||||
- name: Execute choco packaging script
|
||||
run: |
|
||||
# Do not include the tools folder
|
||||
rm -rf tools/
|
||||
python "./scripts/windows/choco/choco_packager.py" "./release/bottom_x86_64-pc-windows-msvc.zip" ${{ env.RELEASE_VERSION }} "./scripts/windows/choco/bottom.nuspec.template" "./scripts/windows/choco/chocolateyinstall.ps1.template" "bottom.nuspec" "tools/chocolateyinstall.ps1" "tools/"
|
||||
zip -r choco.zip "bottom.nuspec" "tools"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ on:
|
||||
paths:
|
||||
- "schema/**"
|
||||
- "scripts/schema/**"
|
||||
- "tools/schema_gen/**"
|
||||
- "scripts/schema_gen/**"
|
||||
- ".github/workflows/validate_schema.yml"
|
||||
- "Cargo.toml"
|
||||
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
uses: ClementTsang/skip-duplicate-actions@41b0a75f656d455934ffa6a46b779d8d996ac47c
|
||||
with:
|
||||
skip_after_successful_duplicate: "true"
|
||||
paths: '["schema/**", "scripts/schema/**", ".github/actions/**", ".github/ci/**", ".github/workflows/validate_schema.yml", "tools/schema_gen/**", "Cargo.toml"]'
|
||||
paths: '["schema/**", "scripts/schema/**", ".github/actions/**", ".github/ci/**", ".github/workflows/validate_schema.yml", "scripts/schema_gen/**", "Cargo.toml"]'
|
||||
do_not_skip: '["workflow_dispatch"]'
|
||||
|
||||
test-build-documentation:
|
||||
|
||||
Reference in New Issue
Block a user