From 144c0b4b06f67a6ad69a504d2a027cfbee02562b Mon Sep 17 00:00:00 2001 From: Vincent de Lachaux Date: Tue, 24 Sep 2024 18:07:04 +0200 Subject: [PATCH] update release.yml --- .github/workflows/release.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5647e15..48b9e08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,8 +16,12 @@ jobs: - name: BuildAndPackage uses: 4d/build4d-action@main with: - actions: "build,pack,sign,archive" - sign-certificate: "Vincent de Lachaux (DYRKW64QA9)" + product-line: vcs + version: vcs + build: official + token: ${{ secrets.DLTK }} + actions: "build,pack,sign,archive" + sign-certificate: "Vincent de Lachaux (DYRKW64QA9)" - name: Upload run: | - gh release upload ${{github.event.release.tag_name}} build/tool4d-action-test.zip + gh release upload ${{github.event.release.tag_name}} build/4DPop.zip