gha: Fix macos zip name
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -644,7 +644,7 @@ jobs:
|
||||
# the zip_filename variable below
|
||||
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
|
||||
zip -r -9 ${zip_filename}.zip OpenTTD.app
|
||||
|
||||
Reference in New Issue
Block a user