Update check-supported-versions.yaml (#7268)

This commit is contained in:
Jim Schubert 2020-08-21 22:33:49 -04:00 committed by GitHub
parent cbdedff0ad
commit 301cd4093d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,9 @@ jobs:
with: with:
name: artifact name: artifact
- name: Run Ensures Script - name: Run Ensures Script
shell: bash
run: | run: |
git config core.fileMode false
mkdir -p modules/openapi-generator-cli/target/ mkdir -p modules/openapi-generator-cli/target/
mv artifact/openapi-generator-cli.jar modules/openapi-generator-cli/target/ mv artifact/openapi-generator-cli.jar modules/openapi-generator-cli/target/
./bin/utils/ensure-up-to-date ./bin/utils/ensure-up-to-date