mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 12:35:39 +00:00
Merge pull request #297 from icenine451/cooker-0.7.0b-icenine451
Cooker 0.7.0b icenine451
This commit is contained in:
commit
1e5876c580
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 automation_tools/update_sha.sh # Run SHA placehold replacement script for dynamic archives
|
||||
sh ${GITHUB_WORKSPACE}/automation_tools/update_sha.sh # Run SHA placehold replacement script for dynamic archives
|
||||
|
||||
- name: Build flatpak
|
||||
run: |
|
||||
|
|
2
.github/workflows/main-selfhosted.yml
vendored
2
.github/workflows/main-selfhosted.yml
vendored
|
@ -42,7 +42,7 @@ jobs:
|
|||
io.qt.qtwebengine.BaseApp/x86_64/6.3 \
|
||||
org.freedesktop.Sdk.Extension.llvm13 \
|
||||
org.freedesktop.Sdk.Extension.dotnet6/x86_64/21.08
|
||||
sh automation_tools/update_sha.sh # Run SHA placehold replacement script for dynamic archives
|
||||
sh ${GITHUB_WORKSPACE}/automation_tools/update_sha.sh # Run SHA placehold replacement script for dynamic archives
|
||||
|
||||
- name: Build flatpak
|
||||
run: |
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
# For the file paths to work correctly, call this script with this command from the cloned repo folder root:
|
||||
# sh automation_tools/update_sha.sh
|
||||
|
||||
rd_manifest=net.retrodeck.retrodeck.yml
|
||||
sha_update_list=automation_tools/sha_to_update.cfg
|
||||
rd_manifest=${GITHUB_WORKSPACE}/net.retrodeck.retrodeck.yml
|
||||
sha_update_list=${GITHUB_WORKSPACE}/automation_tools/sha_to_update.cfg
|
||||
|
||||
while IFS="^" read -r url placeholder
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue