We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86542c3 commit 9cbfd23Copy full SHA for 9cbfd23
1 file changed
.travis.yml
@@ -45,15 +45,11 @@ after_success:
45
bash upload.sh MieSimulatorGUI*.AppImage*;
46
fi
47
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
-
53
54
deploy:
55
provider: releases
56
api_key: "GITHUB_OAUTH_TOKEN"
57
skip_cleanup: true
+ file: "MieSimulatorGUI.app"
58
on:
59
- tags:continuous
+ tags: true
0 commit comments