From 982cf87851d72d531b29ca4eb1ddbd4cc184cc6e Mon Sep 17 00:00:00 2001 From: vdelachaux Date: Thu, 3 Oct 2024 17:31:09 +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 5595be8..084019c 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-XLIFF-Pro.zip