Skip to content

Commit

Permalink
travis-ci: bug apparently with wildcards...
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleSanderson authored May 31, 2020
1 parent 762ca7b commit 6aa092d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ script:
- python ../configure.py -s 'sdk2013' --hl2sdk-root=../../ --sm-path=../../sourcemod-central --mms-path=../../mmsource-central --steamworks-path=../../SteamworksSDK
- ambuild
- tar czvf package-lin.tgz package
- export RELEASE_PKG_FILE=$(ls *.tgz)

deploy:
provider: releases
api_key:
secure: "Px60/dTgw3w6ZvxzyuilYaHHWFHWQ1rONhpbWJbxzz5+dfkmiqVyYLszlBrbS6tbyOv/oBMqcaOXsB7mv4OOlvKQPOjc8siS8ux1Ows8WL+yvRR/rGS0j28pP6HKN11hBerxOps3sqiCyNa2gNJ+3vX987SIekpIb5nqzuqg+yQ="
file_glob: true
file: build/package-*.tgz
file: "${RELEASE_PKG_FILE}"
skip_cleanup: true
on:
tags: true

0 comments on commit 6aa092d

Please sign in to comment.