mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 11:25:39 +00:00
Merge pull request #301 from icenine451/cooker-0.7.0b-icenine451
Cooker 0.7.0b icenine451
This commit is contained in:
commit
b9222a618f
2
.github/workflows/cooker-selfhosted.yml
vendored
2
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -44,7 +44,7 @@ jobs:
|
|||
org.freedesktop.Sdk.Extension.dotnet6/x86_64/21.08
|
||||
echo ${GITHUB_WORKSPACE} #DEBUG
|
||||
df -h ${GITHUB_WORKSPACE} #DEBUG
|
||||
sh ${GITHUB_WORKSPACE}/automation_tools/update_sha.sh # Run SHA placehold replacement script for dynamic archives
|
||||
bash ${GITHUB_WORKSPACE}/automation_tools/update_sha.sh # Run SHA placehold replacement script for dynamic archives
|
||||
|
||||
- name: Build flatpak
|
||||
run: |
|
||||
|
|
|
@ -19,4 +19,4 @@ do
|
|||
echo "URL to hash: $url"
|
||||
hash=$(curl -sL "$url" | sha256sum | cut -d ' ' -f1)
|
||||
sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest
|
||||
done < $sha_update_list
|
||||
done < <(cat "$sha_update_list")
|
Loading…
Reference in a new issue