Tweak scripts

This commit is contained in:
Taiki Endo
2023-08-10 11:49:27 +09:00
parent b7354d4598
commit f0c993f6eb
4 changed files with 5 additions and 5 deletions

View File

@@ -15,6 +15,6 @@ if [[ $# -gt 0 ]]; then
fi
for manifest in tools/codegen/base/*.json; do
package="$(basename "${manifest%.*}")"
package=$(basename "${manifest%.*}")
cargo run --release -p install-action-internal-codegen -- "${package}" latest
done