Skip to content

Commit

Permalink
ci: Fix path to artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Dec 9, 2017
1 parent ccb1e49 commit bdd5d42
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 @@ -24,7 +24,7 @@ jobs:
script: .travis/stage-carthage.sh
after_success:
- npm install -g @zeus-ci/cli
- zeus upload -t "application/zip+carthage" build/Sentry.framework.zip
- zeus upload -t "application/zip+carthage" KSCrash/Sentry.framework.zip

notifications:
webhooks:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clean-version-bump:

git-commit-add:
@echo "\n\n\n--> Commting git ${TO}"
git commit -am "Bump version to ${TO}"
git commit -am "release: ${TO}"
git tag ${TO}
git push
git push --tags
Expand Down

0 comments on commit bdd5d42

Please sign in to comment.