Skip to content

Commit 1c9f946

Browse files
committed
Build and sign macOS, try 201
1 parent 6f0cddf commit 1c9f946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/macos-compile-installer-sign-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
#ln -s /Applications LingTree/Applications
226226
#hdiutil create -volname LingTreeInstaller -srcfolder LingTree -fs HFS+ -format UDRW LingTreeSigned.dmg
227227
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
228+
mv LingTree-1.6.2.dmg ../LingTree-1.6.2.dmg
229229
cd ..
230230
echo sign dmg
231231
codesign --deep --force --sign "${{ vars.SIL_APPLE_CODESIGN_IDENTITY }}" --timestamp --options runtime LingTree-1.6.2.dmg -v

0 commit comments

Comments
 (0)