From a78a72b3d721e13374c29bf6f9e10ac38e26f824 Mon Sep 17 00:00:00 2001 From: Jim Schubert Date: Sat, 22 Aug 2020 11:15:05 -0400 Subject: [PATCH] Update check-supported-versions.yaml Stage openapi-generator-cli.jar only from ubuntu --- .github/workflows/check-supported-versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-supported-versions.yaml b/.github/workflows/check-supported-versions.yaml index 1871c7ea6a0..0fa05d485eb 100644 --- a/.github/workflows/check-supported-versions.yaml +++ b/.github/workflows/check-supported-versions.yaml @@ -54,7 +54,7 @@ jobs: - name: Upload Maven build artifact uses: actions/upload-artifact@v1 - if: matrix.java == '8' + if: matrix.java == '8' && matrix.os == 'ubuntu-latest' with: name: artifact path: modules/openapi-generator-cli/target/openapi-generator-cli.jar