yml validation error

This commit is contained in:
Sebastian Stenzel
2022-12-06 20:18:55 +01:00
parent 5665984a9b
commit d1971e3c2a

View File

@@ -4,9 +4,8 @@ on:
workflow_dispatch:
inputs:
ref:
description: 'GitHub Ref'
description: 'GitHub Ref (e.g. refs/tags/1.6.16)'
required: true
description: 'refs/tags/1.6.16'
semver:
description: 'SemVer String (e.g. 1.7.0-beta1)'
required: true
@@ -64,7 +63,7 @@ jobs:
mkdir -p jmods/aarch64
unzip -j openjfx-aarch64.zip \*/javafx.base.jmod \*/javafx.controls.jmod \*/javafx.fxml.jmod \*/javafx.graphics.jmod -d jmods/aarch64
- name: Ensure major jfx version in pom and in jmods is the same
shell: pwsh
shell: pwsh # TODO translate to bash
run: |
mkdir jfxBaseJmodAmd64
jmod extract --dir jfxBaseJmodAmd64 jmods/amd64/javafx.base.jmod