mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-19 03:20:09 +00: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 $*
|