mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
try bintray
This commit is contained in:
parent
83aebca473
commit
6488a4e9bb
1
dist/automate.sh
vendored
1
dist/automate.sh
vendored
@ -58,3 +58,4 @@ done
|
|||||||
|
|
||||||
cd $MainDir/dist
|
cd $MainDir/dist
|
||||||
sed -i 's/{TIME}/'$(date +%s)'/g' bintray.json
|
sed -i 's/{TIME}/'$(date +%s)'/g' bintray.json
|
||||||
|
sed -i 's/{PATH}/'${MainDir}'/g' bintray.json
|
||||||
|
4
dist/bintray.json
vendored
4
dist/bintray.json
vendored
@ -5,10 +5,10 @@
|
|||||||
"subject": "hacdias"
|
"subject": "hacdias"
|
||||||
},
|
},
|
||||||
"version": {
|
"version": {
|
||||||
"name": "latest"
|
"name": "{TIME}"
|
||||||
},
|
},
|
||||||
"files": [{
|
"files": [{
|
||||||
"includePattern": "dist/release/(.*)",
|
"includePattern": "{PATH}/dist/release/(.*)",
|
||||||
"uploadPattern": "caddy-hugo/{TIME}/$1"
|
"uploadPattern": "caddy-hugo/{TIME}/$1"
|
||||||
}],
|
}],
|
||||||
"publish": true
|
"publish": true
|
||||||
|
Loading…
Reference in New Issue
Block a user