Fix publishing servlet images on windows (#9051)

This commit is contained in:
Mateusz Rzeszutek 2023-07-26 16:30:31 +02:00 committed by GitHub
parent a13c342a58
commit 079d5f3648
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ jobs:
- uses: actions/checkout@v3
- name: Free disk space
if: matrix.os != 'windows-latest'
run: .github/scripts/gha-free-disk-space.sh
- name: Set up JDK for running Gradle