Update check-supported-versions.yaml

Stage openapi-generator-cli.jar only from ubuntu
This commit is contained in:
Jim Schubert 2020-08-22 11:15:05 -04:00 committed by GitHub
parent 301cd4093d
commit a78a72b3d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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