1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-06-28 14:59:01 +00:00
pdf2htmlEX/buildScripts/uploadImages

16 lines
397 B
Plaintext
Raw Normal View History

2019-11-29 09:43:07 +00:00
#!/bin/bash
# This bash script uploads already existing pdf2htmlEX AppImage and Docker
# Images
################
# do the uploads
./buildScripts/reportEnvs || { echo 'reportEnvs FAILED' ; exit 1 ; }
2019-11-29 09:43:07 +00:00
./buildScripts/uploadGitHubRelease || { echo 'uploadGitHubRelease FAILED' ; exit 1 ; }
./buildScripts/uploadDockerImage || { echo 'uploadDockerImage FAILED' ; exit 1 ; }