More action runner pathing

This commit is contained in:
icenine451 2023-04-13 11:28:08 -04:00
parent de640698c1
commit 9b0e857557
2 changed files with 2 additions and 2 deletions

View file

@ -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: |

View file

@ -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: |