Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
Normalized timetracker zip file (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mribeiro committed Apr 25, 2020
1 parent 2630aff commit eb677b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ script:
deploy:
provider: releases
api_key: "$GITHUB_TOKEN"
file: "xcbuild/output/Timetracker.$TRAVIS_TAG.zip"
file: "xcbuild/output/Timetracker.zip"
skip_cleanup: true
name: "$TRAVIS_TAG"
on:
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci-script.bash
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ xcodebuild -exportArchive -archivePath xcbuild/timetracker.xcarchive -exportPath

echo 'zipping app'
pushd xcbuild/output
zip -r Timetracker.$TRAVIS_TAG.zip Timetracker.app
zip -r Timetracker.zip Timetracker.app
popd

0 comments on commit eb677b8

Please sign in to comment.