diff options
Diffstat (limited to '.ci/scripts/common/post-upload.sh')
| -rw-r--r-- | .ci/scripts/common/post-upload.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.ci/scripts/common/post-upload.sh b/.ci/scripts/common/post-upload.sh index 99e79fcb6..387431564 100644 --- a/.ci/scripts/common/post-upload.sh +++ b/.ci/scripts/common/post-upload.sh | |||
| @@ -9,11 +9,5 @@ cp "${REV_NAME}-source.tar.xz" "$DIR_NAME" | |||
| 9 | 9 | ||
| 10 | tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$DIR_NAME" | 10 | tar $COMPRESSION_FLAGS "$ARCHIVE_NAME" "$DIR_NAME" |
| 11 | 11 | ||
| 12 | mv "$DIR_NAME" $RELEASE_NAME | ||
| 13 | mv "${REV_NAME}-source.tar.xz" $RELEASE_NAME | ||
| 14 | |||
| 15 | 7z a "$REV_NAME.7z" $RELEASE_NAME | ||
| 16 | |||
| 17 | # move the compiled archive into the artifacts directory to be uploaded by travis releases | 12 | # move the compiled archive into the artifacts directory to be uploaded by travis releases |
| 18 | mv "$ARCHIVE_NAME" "${ARTIFACTS_DIR}/" | 13 | mv "$ARCHIVE_NAME" "${ARTIFACTS_DIR}/" |
| 19 | mv "$REV_NAME.7z" "${ARTIFACTS_DIR}/" | ||