Skip to content

Commit 9cbfd23

Browse files
committed
Update .travis.yml
1 parent 86542c3 commit 9cbfd23

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,11 @@ after_success:
4545
bash upload.sh MieSimulatorGUI*.AppImage*;
4646
fi
4747

48-
- if [ "$OS" = "osx" ]; then
49-
wget -c https://github.com/VirtualPhotonics/MieSimulatorGUI/releases/tag/continuous/upload.sh;
50-
bash upload.sh MieSimulatorGUI*.app*;
51-
fi
52-
5348

5449
deploy:
5550
provider: releases
5651
api_key: "GITHUB_OAUTH_TOKEN"
5752
skip_cleanup: true
53+
file: "MieSimulatorGUI.app"
5854
on:
59-
tags:continuous
55+
tags: true

0 commit comments

Comments
 (0)