Update release.yml

This commit is contained in:
Dongdong Zhou 2021-10-09 22:01:11 +01:00
parent b2aa3b7c67
commit 625e167439
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ jobs:
uses: devbotsxyz/xcode-notarize@v1 uses: devbotsxyz/xcode-notarize@v1
with: with:
product-path: "./target/release/macos/Lapce-macos.dmg" product-path: "./target/release/macos/Lapce-macos.dmg"
appstore-connect-username: ${{ secrets.NOTARIZATION_USERNAME }} appstore-connect-username: ${{ secrets.NOTARIZE_USERNAME }}
appstore-connect-password: ${{ secrets.NOTARIZATION_PASSWORD }} appstore-connect-password: ${{ secrets.NOTARIZE_PASSWORD }}
- name: "Staple Release Build" - name: "Staple Release Build"
uses: devbotsxyz/xcode-staple@v1 uses: devbotsxyz/xcode-staple@v1
with: with: