ソースを参照

Merge pull request #14706 from jakesmith/hpcc-25553-build_type

HPCC-25553 Correct buildtype to build_type
Richard Chapman 4 年 前
コミット
3de582f7eb
1 ファイル変更1 行追加1 行削除
  1. 1 1
      .github/workflows/build-and-publish-debug.yml

+ 1 - 1
.github/workflows/build-and-publish-debug.yml

@@ -25,5 +25,5 @@ jobs:
         with:
           username: ${{ secrets.DOCKER_USERNAME }}
           password: ${{ secrets.DOCKER_PASSWORD }}
-          buildtype: Debug
+          build_type: Debug