From d9967cf3b5e566849e028e986bb9572931e3a546 Mon Sep 17 00:00:00 2001 From: vdelachaux Date: Thu, 3 Oct 2024 14:10:11 +0200 Subject: [PATCH] releaseyml --- .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 c279bdb..ea2f65b 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-Macros.zip