mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Change sh to bash
This commit is contained in:
parent
cd05e36ec3
commit
f29bae3219
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
|
org.freedesktop.Sdk.Extension.dotnet6/x86_64/21.08
|
||||||
echo ${GITHUB_WORKSPACE} #DEBUG
|
echo ${GITHUB_WORKSPACE} #DEBUG
|
||||||
df -h ${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
|
- name: Build flatpak
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue