Skip to content

Commit 420246f

Browse files
committed
Update .travis.yml
1 parent 9cbfd23 commit 420246f

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,11 @@ deploy:
5050
provider: releases
5151
api_key: "GITHUB_OAUTH_TOKEN"
5252
skip_cleanup: true
53-
file: "MieSimulatorGUI.app"
53+
if [ "$OS" = "linux" ]; then
54+
file: "MieSimulatorGUI*.AppImage";
55+
fi
56+
if [ "$OS" = "osx" ]; then
57+
file: "MieSimulatorGUI.app";
58+
fi
5459
on:
5560
tags: true

0 commit comments

Comments
 (0)