Skip to content

Commit

Permalink
Fix deploying issue
Browse files Browse the repository at this point in the history
  • Loading branch information
In-line committed Dec 9, 2018
1 parent a08c185 commit 7b3ee17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ before_deploy:
- cp $TRAVIS_BUILD_DIR/build/release/*.so $TRAVIS_BUILD_DIR/deploy/addons/amxmodx/modules
- cp $TRAVIS_BUILD_DIR/configs/* $TRAVIS_BUILD_DIR/deploy/addons/amxmodx/configs
- cp $TRAVIS_BUILD_DIR/scripting/* $TRAVIS_BUILD_DIR/deploy/addons/amxmodx/scripting
- tar -czf grip-${TRAVIS_TAG}-${TARGET}.tar.gz -C $TRAVIS_BUILD_DIR/deploy/addons
- tar czf grip-${TRAVIS_TAG}-${TARGET}.tar.gz -C $TRAVIS_BUILD_DIR/deploy/addons
deploy:
provider: releases
api_key:
Expand Down

0 comments on commit 7b3ee17

Please sign in to comment.