This commit is contained in:
Maschell 2018-06-24 21:27:35 +02:00
parent 3042935b7e
commit aba1adcbb1
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,7 @@ before_deploy:
- cp hidtovpad.mod wiiu/plugins/
- chmod +x gitrev.sh
- versiontag="$(./gitrev.sh)"
- zip -r hid_to_vpad_$versiontag.zip wiiu
- zip -r hid_to_vpad_WUPS_$versiontag.zip wiiu
- git config --global user.email "builds@travis-ci.com"
- git config --global user.name "Travis CI"
- export GIT_TAG=HIDtoVPAD-WUPS-$versiontag

View File

@ -1,4 +1,4 @@
#! /bin/bash
#
rev_new=$(git rev-parse --short=7 HEAD)
echo HID_to-VPAD_WUPS-nightly-$rev_new
echo v0.1-nightly-$rev_new