From 856b5953bd21ee3b9fc0704b6d442713b9f724ba Mon Sep 17 00:00:00 2001 From: Eric Marchand <129385512+e-marchand@users.noreply.github.com> Date: Thu, 31 Aug 2023 13:14:02 +0200 Subject: [PATCH] CI: use official version to build --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b8384c6..d9e8573 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,3 +17,8 @@ jobs: uses: actions/checkout@v3 - name: Build uses: 4d/build4d-action@main + with: + product-line: vcs + version: vcs + build: official + token: ${{ secrets.DLTK }}