File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ jobs:
134134 run : |
135135 chmod +x swiftbox.sh
136136 ./swiftbox.sh version
137+
138+ - name : Wait for CDN refreshment
139+ run : sleep 1m
137140
138141 - name : Test swiftbox install and update
139142 run : |
Original file line number Diff line number Diff line change 1616 exit 255
1717fi
1818
19- LATEST_VERSION=` curl -fsSL - https://api.github.com/repos/stevapple/swiftbox/releases/latest | jq .tag_name | sed " s/v//" | sed " s/\" //g" `
19+ LATEST_VERSION=` curl -fsSL https://api.github.com/repos/stevapple/swiftbox/releases/latest | jq .tag_name | sed " s/v//" | sed " s/\" //g" `
2020INSTALL_DIR=" /usr/bin"
2121SWIFTBOX_VERSION=` $INSTALL_DIR /swiftbox version`
2222if [ $? -eq 0 ]
Original file line number Diff line number Diff line change 1313 exit 255
1414fi
1515
16- SWIFTBOX_VERSION=" 0.6"
16+ SWIFTBOX_VERSION=" 0.6.1 "
1717INSTALL_DIR=" /usr/bin"
1818
1919get-latest () {
You can’t perform that action at this time.
0 commit comments