Update workflows to run SHA replacement automation

This commit is contained in:
icenine451 2023-04-13 11:19:02 -04:00
parent bf5df4186e
commit 628599921c
2 changed files with 3 additions and 1 deletions

View file

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

View file

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