mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
fix(deploy): fix file path in AppImage deployment
This commit is contained in:
parent
de416653b9
commit
64602f38f1
|
@ -127,7 +127,8 @@ deploy:
|
||||||
- provider: releases
|
- provider: releases
|
||||||
api_key:
|
api_key:
|
||||||
secure: "BRbzTWRvadALRQSTihMKruOj64ydxusMUS9FQR//qFlS345ZYfYta43W//4LcWWDKtj6IvA6DRqNdabgWnpbpxpnm9gVftGUdOKlU3niPZhwsMkB2M12QHUnAP6DVOfGPvdciBV+6mu73SSxniEcrYjZ1CrRX7mknmehPpVKxNk="
|
secure: "BRbzTWRvadALRQSTihMKruOj64ydxusMUS9FQR//qFlS345ZYfYta43W//4LcWWDKtj6IvA6DRqNdabgWnpbpxpnm9gVftGUdOKlU3niPZhwsMkB2M12QHUnAP6DVOfGPvdciBV+6mu73SSxniEcrYjZ1CrRX7mknmehPpVKxNk="
|
||||||
file: ./output/qTox-"$TRAVIS_TAG".AppImage
|
file_glob: true
|
||||||
|
file: ./output/*
|
||||||
on:
|
on:
|
||||||
condition: $JOB == APPIMAGE
|
condition: $JOB == APPIMAGE
|
||||||
repo: qTox/qTox
|
repo: qTox/qTox
|
||||||
|
|
|
@ -22,6 +22,9 @@
|
||||||
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
# THE SOFTWARE.
|
# THE SOFTWARE.
|
||||||
|
|
||||||
|
|
||||||
|
+set -exo pipefail
|
||||||
|
|
||||||
# This script should be run from the root of the repository
|
# This script should be run from the root of the repository
|
||||||
|
|
||||||
if [ ! -f ./appimage/build-appimage.sh ]; then
|
if [ ! -f ./appimage/build-appimage.sh ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user