CI: Fix casks workflow

[why]
The dowload turns up empty. This is because we specify a glob while we
need to specify a regex.

Signed-off-by: Fini Jastrow <ulf.fini.jastrow@desy.de>
This commit is contained in:
Fini Jastrow 2023-06-05 12:29:04 +02:00
parent 8b30338b7b
commit f64ff337ac

View file

@ -23,7 +23,7 @@ jobs:
run: | run: |
cd bin/scripts cd bin/scripts
chmod u+x * chmod u+x *
./fetch-archives.sh latest '*zip' ./fetch-archives.sh latest '.*zip'
- name: Determine release tag - name: Determine release tag
id: releasetag id: releasetag
run: | run: |