gha: Fix macos zip name

This commit is contained in:
dP
2021-05-04 21:24:19 +03:00
parent d296fc6726
commit c275067f11

View File

@@ -644,7 +644,7 @@ jobs:
# the zip_filename variable below # the zip_filename variable below
rm -f ../*.dmg rm -f ../*.dmg
zip_filename=(../citymania-client-*) zip_filename=../citymania-client-${{ steps.metadata.outputs.version }}
# Package up the existing, notarised .app into a zip file # Package up the existing, notarised .app into a zip file
zip -r -9 ${zip_filename}.zip OpenTTD.app zip -r -9 ${zip_filename}.zip OpenTTD.app