Kaynağa Gözat

yml validation error

Sebastian Stenzel 2 yıl önce
ebeveyn
işleme
d1971e3c2a
1 değiştirilmiş dosya ile 2 ekleme ve 3 silme
  1. 2 3
      .github/workflows/debian.yml

+ 2 - 3
.github/workflows/debian.yml

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