fix env references
This commit is contained in:
@@ -25,8 +25,8 @@ mac:
|
||||
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
|
||||
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
||||
notarize: false
|
||||
cscLink: $CSC_LINK
|
||||
cscKeyPassword: $CSC_KEY_PASSWORD
|
||||
cscLink: ${{ secrets.CSC_LINK }}
|
||||
cscKeyPassword: ${{ secrets.CSC_KEY_PASSWORD }}
|
||||
dmg:
|
||||
artifactName: ${name}-${version}.${ext}
|
||||
linux:
|
||||
|
||||
Reference in New Issue
Block a user