We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0cddf commit 1c9f946Copy full SHA for 1c9f946
.github/workflows/macos-compile-installer-sign-release.yml
@@ -225,7 +225,7 @@ jobs:
225
#ln -s /Applications LingTree/Applications
226
#hdiutil create -volname LingTreeInstaller -srcfolder LingTree -fs HFS+ -format UDRW LingTreeSigned.dmg
227
hdiutil create -volname LingTreeInstaller -srcfolder LingTree -ov -format UDZO LingTree-1.6.2.dmg
228
- mv LingTree-1.6.2.dmg ../LingTree1.6.2.dmg
+ mv LingTree-1.6.2.dmg ../LingTree-1.6.2.dmg
229
cd ..
230
echo sign dmg
231
codesign --deep --force --sign "${{ vars.SIL_APPLE_CODESIGN_IDENTITY }}" --timestamp --options runtime LingTree-1.6.2.dmg -v
0 commit comments