mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-22 09:56:22 +01:00
14 lines
260 B
Bash
14 lines
260 B
Bash
##################################
|
|
#
|
|
# GitHub Releases
|
|
#
|
|
##################################
|
|
|
|
set +x
|
|
|
|
wget -O upload.sh "https://raw.githubusercontent.com/FWGS/uploadtool/master/upload.sh"
|
|
chmod +x upload.sh
|
|
|
|
export GITHUB_TOKEN=$GH_TOKEN
|
|
./upload.sh $*
|