From 301cd4093db3efe89687a916bf6201d87dde5ad9 Mon Sep 17 00:00:00 2001 From: Jim Schubert Date: Fri, 21 Aug 2020 22:33:49 -0400 Subject: [PATCH] Update check-supported-versions.yaml (#7268) --- .github/workflows/check-supported-versions.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/check-supported-versions.yaml b/.github/workflows/check-supported-versions.yaml index ac81aa17f0a..1871c7ea6a0 100644 --- a/.github/workflows/check-supported-versions.yaml +++ b/.github/workflows/check-supported-versions.yaml @@ -74,7 +74,9 @@ jobs: with: name: artifact - name: Run Ensures Script + shell: bash run: | + git config core.fileMode false mkdir -p modules/openapi-generator-cli/target/ mv artifact/openapi-generator-cli.jar modules/openapi-generator-cli/target/ ./bin/utils/ensure-up-to-date