summary refs log tree commit diff
path: root/.ci/linux
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-05 20:07:14 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2017-11-05 20:07:14 +0200
commit562df060d3d2eee6a2395146c32d453143dfc910 (patch)
tree2520a018f8c758538892dfbbff24a163f9cd7404 /.ci/linux
parentDon't use make app (diff)
downloadnheko-562df060d3d2eee6a2395146c32d453143dfc910.tar.xz
Specify artifacts per build
Diffstat (limited to '.ci/linux')
-rwxr-xr-x.ci/linux/deploy.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/.ci/linux/deploy.sh b/.ci/linux/deploy.sh
index 6a4fb6be..78245322 100755
--- a/.ci/linux/deploy.sh
+++ b/.ci/linux/deploy.sh
@@ -17,5 +17,4 @@ unset LD_LIBRARY_PATH
 ./linuxdeployqt*.AppImage ./appdir/*.desktop -bundle-non-qt-libs
 ./linuxdeployqt*.AppImage ./appdir/*.desktop -appimage
 
-export ARTIFACT=nheko-x86_64.AppImage
-chmod +x $ARTIFACT
+chmod +x nheko-x86_64.AppImage