Fix publishing servlet images on windows (#9051)
This commit is contained in:
parent
a13c342a58
commit
079d5f3648
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue