diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f750ad0..643355a 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: @@ -26,7 +27,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-Git.zip