From 3a079c0895621f43012aaa7e15e5b1ba19e12666 Mon Sep 17 00:00:00 2001 From: Dongdong Zhou Date: Mon, 11 Oct 2021 11:38:48 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7cb18010..be4ca4a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: cp ./target/release/macos/Lapce.dmg ./target/release/macos/Lapce-macos.dmg - name: "Notarize Release Build" run: | - npx notarize-cli --file ./target/release/macos/Lapce-macos.dmg --bundle-id io.lapce + npx notarize-cli --file ./target/release/macos/Lapce-macos.dmg --bundle-id io.lapce --asc-provider CYSGAZFR8D - name: "Staple Release Build" uses: devbotsxyz/xcode-staple@v1 with: