diff options
author | Joseph Donofry <joedonofry@gmail.com> | 2019-08-04 18:47:21 -0400 |
---|---|---|
committer | Joseph Donofry <joedonofry@gmail.com> | 2019-08-04 18:47:21 -0400 |
commit | eb2f444c3707815ed094b74d6b13d945070315fc (patch) | |
tree | 2e0f20cdeed843777ae2fc89e625b4a44cf25a91 /.ci/linux | |
parent | Push to S3 on all branches (diff) | |
download | nheko-eb2f444c3707815ed094b74d6b13d945070315fc.tar.xz |
Tweak S3 Upload settings
Diffstat (limited to '.ci/linux')
-rwxr-xr-x | .ci/linux/deploy.sh | 5 |
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" |