浏览代码

yml validation error

Sebastian Stenzel 2 年之前
父节点
当前提交
d1971e3c2a
共有 1 个文件被更改,包括 2 次插入3 次删除
  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