Fix macos bundles file names in gha
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user