Browse Source

HPCC-25553 Correct buildtype to build_type

Signed-off-by: Jake Smith <jake.smith@lexisnexisrisk.com>
Jake Smith 4 years ago
parent
commit
814b323cd9
1 changed files with 1 additions and 1 deletions
  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:
         with:
           username: ${{ secrets.DOCKER_USERNAME }}
           username: ${{ secrets.DOCKER_USERNAME }}
           password: ${{ secrets.DOCKER_PASSWORD }}
           password: ${{ secrets.DOCKER_PASSWORD }}
-          buildtype: Debug
+          build_type: Debug