summary refs log tree commit diff
path: root/.ci/linux
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-08-04 18:47:21 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-08-04 18:47:21 -0400
commiteb2f444c3707815ed094b74d6b13d945070315fc (patch)
tree2e0f20cdeed843777ae2fc89e625b4a44cf25a91 /.ci/linux
parentPush to S3 on all branches (diff)
downloadnheko-eb2f444c3707815ed094b74d6b13d945070315fc.tar.xz
Tweak S3 Upload settings
Diffstat (limited to '.ci/linux')
-rwxr-xr-x.ci/linux/deploy.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh
index 403fde14..61b2e408 100755
--- a/.ci/linux/deploy.sh
+++ b/.ci/linux/deploy.sh
@@ -49,7 +49,10 @@ done
 
 chmod +x nheko-*x86_64.AppImage
 
-if [ ! -z "$VERSION" ]; then
+mkdir artifacts
+cp nheko-*x86_64.AppImage artifacts/
+
+if [ -n "$VERSION" ]; then
     # commented out for now, as AppImage file appears to already contain the version.
     #mv nheko-*x86_64.AppImage nheko-${VERSION}-x86_64.AppImage
     echo "nheko-${VERSION}-x86_64.AppImage"