Fix shellcheck change
Created by: felixfbecker
@ggilmore there's an important difference in behavior here: ls
returns file names, while the bash iteration returns cwd-relative paths. Since we use the filename in the GCP upload destination, we need file names. (This is the reason for the browser extension release currently being broken)