diff --git a/.github/workflows/cpp-packaging.yml b/.github/workflows/cpp-packaging.yml new file mode 100644 index 0000000000..038ae29a41 --- /dev/null +++ b/.github/workflows/cpp-packaging.yml @@ -0,0 +1,14 @@ +name: C++ binary SDK packaging + +on: + workflow_dispatch: + inputs: + commitId: + description: 'commit ID to package' + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: noop + run: true