diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 701c6bb5949b1321913d7c51d4dc7193063ff90b..ae5e391148c710127b657339b7f59a012d1c80ab 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,4 +18,4 @@ package:
     - debuild -us -uc
   artifacts:
     paths:
-      - nginx_${NGINX_VERSION}
+      - nginx_${NGINX_VERSION}*.deb
diff --git a/source/Makefile b/source/Makefile
index fe8dc5026ed1d9c679b08665594b315f6c1f1db6..dee87c2a670296a75007209c06182c24eaec12c5 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -1,6 +1,6 @@
 # Relies on latest binary build artifact from https://git.ethitter.com/debian/nginx-build.
 get_binary:
-	curl -o fakeroot/usr/sbin/nginx $NGINX_BINARY
+	curl -o fakeroot/usr/sbin/nginx "${NGINX_BINARY}"
 
 install: get_binary
 	install fakeroot/etc/default/nginx /etc/default/nginx