mirror of https://github.com/lapce/lapce.git
Update release.yml
This commit is contained in:
parent
b2aa3b7c67
commit
625e167439
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue