From 576b97ce96e538942f8803b5462873ef13bd03e4 Mon Sep 17 00:00:00 2001 From: Ihar Hubchyk Date: Wed, 13 Nov 2019 10:34:12 +0800 Subject: [PATCH] Fix tag name for OSX with SDL 1 support --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b4ecaaea299..456cd70e61c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -70,7 +70,7 @@ matrix: - export PATH="/usr/local/opt/gettext/bin:$PATH" before_deploy: - zip fheroes2_osx_sdl1.zip fheroes2 LICENSE fheroes2.cfg fheroes2.key script/macos/install_sdl_1.sh script/macos/install_sdl_2.sh script/demo/demo_macos.sh - - export TRAVIS_TAG=ffheroes2-osx-sdl1_dev + - export TRAVIS_TAG=fheroes2-osx-sdl1_dev - git tag -f $TRAVIS_TAG deploy: provider: releases