From a862a5dbdba014de4f1c8fbd06259ce4c2933608 Mon Sep 17 00:00:00 2001 From: vdelachaux Date: Thu, 3 Oct 2024 14:21:33 +0200 Subject: [PATCH] release.yml --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5e89fdb..327ba6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,6 +8,7 @@ jobs: runs-on: macos-latest env: GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" + DEV_ID: "${{ secrets.DEV_ID }}" permissions: contents: write # for asset upload steps: @@ -21,7 +22,7 @@ jobs: build: official token: ${{ secrets.DLTK }} actions: "build,pack,sign,archive" - sign-certificate: "Vincent de Lachaux (DYRKW64QA9)" + sign-certificate: DEV_ID - name: Upload run: | gh release upload ${{github.event.release.tag_name}} build/4DPop-QuickOpen.zip