Skip to content

Commit 25d88b5

Browse files
Remove notarization.zip during the build process.
Otherwise it is also 'released' to the end user. Also remove .travis file. It's no longer used. [skip ci]
1 parent 2627a0b commit 25d88b5

File tree

2 files changed

+4
-88
lines changed

2 files changed

+4
-88
lines changed

.github/workflows/cicd.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,11 @@ jobs:
180180
echo "Attach staple"
181181
xcrun stapler staple "enduser/macos/app/trackereditor.app"
182182
183+
# Remove notarization.zip, otherwise it will also be 'released' to the end user
184+
rm -f "notarization.zip"
185+
183186
# zip only the app folder with extra text file.
184-
echo "Zip file"
187+
echo "Zip macOS app file"
185188
/usr/bin/ditto -c -k "enduser/macos/app" "${{ matrix.RELEASE_ZIP_FILE }}"
186189
shell: bash
187190

.travis.yml

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)