|
@@ -81,7 +81,10 @@ jobs:
|
|
cd fedora/f30
|
|
cd fedora/f30
|
|
|
|
|
|
for blob in $(find . -name '*.blob'); do
|
|
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
|
|
done
|
|
|
|
|
|
- name: Download artifacts
|
|
- name: Download artifacts
|