mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Update workflows to run SHA replacement automation
This commit is contained in:
parent
bf5df4186e
commit
628599921c
3
.github/workflows/cooker-selfhosted.yml
vendored
3
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Initialize enviornment
|
||||
- name: Initialize environment
|
||||
run: |
|
||||
git pull
|
||||
git submodule init
|
||||
|
@ -44,6 +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
|
||||
|
||||
- name: Build flatpak
|
||||
run: |
|
||||
|
|
1
.github/workflows/main-selfhosted.yml
vendored
1
.github/workflows/main-selfhosted.yml
vendored
|
@ -42,6 +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
|
||||
|
||||
- name: Build flatpak
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue