mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-25 11:19:59 +01:00
scripts: comment out github releases deployment until github fixes itself
This commit is contained in:
parent
bc39b707d4
commit
b777ba9549
@ -6,11 +6,13 @@
|
||||
|
||||
set +x
|
||||
|
||||
wget -O upload.sh "https://raw.githubusercontent.com/FWGS/uploadtool/master/upload.sh"
|
||||
chmod +x upload.sh
|
||||
# Disabled until GitHub sends prereleases to email
|
||||
|
||||
export GITHUB_TOKEN=$GH_TOKEN
|
||||
./upload.sh $*
|
||||
# wget -O upload.sh "https://raw.githubusercontent.com/FWGS/uploadtool/master/upload.sh"
|
||||
# chmod +x upload.sh
|
||||
|
||||
# export GITHUB_TOKEN=$GH_TOKEN
|
||||
# ./upload.sh $*
|
||||
|
||||
##################################
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user