@@ -81,7 +81,10 @@ jobs:
cd fedora/f30
for blob in $(find . -name '*.blob'); do
- wget https://github.com/linux-surface/linux-surface/releases/download/$(cat $blob)
+ blobref="$(cat $blob)"
+ repo="${blobref%%:*}"
+ vers="${blobref#*:}"
+ wget "https://github.com/linux-surface/$repo/releases/download/$vers"
done
- name: Download artifacts
cd fedora/f31