Fix macos bundles file names in gha

This commit is contained in:
dP
2021-10-17 11:55:21 +03:00
parent 07e3e7904e
commit 9aa44df57b
2 changed files with 5 additions and 5 deletions

View File

@@ -649,7 +649,7 @@ jobs:
# the zip_filename variable below
rm -f ../*.dmg
zip_filename=../citymania-client-${{ needs.source.outputs.version }}
zip_filename=../citymania-client-${{ needs.source.outputs.version }}-macos-universal
# Package up the existing, notarised .app into a zip file
zip -r -9 ${zip_filename}.zip OpenTTD.app