From 628599921c3b943c6d19aee11c4776e9910f6fc0 Mon Sep 17 00:00:00 2001 From: icenine451 Date: Thu, 13 Apr 2023 11:19:02 -0400 Subject: [PATCH] Update workflows to run SHA replacement automation --- .github/workflows/cooker-selfhosted.yml | 3 ++- .github/workflows/main-selfhosted.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 0dbf3ad4..4337b89c 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -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: | diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml index 66738986..c1d31da9 100644 --- a/.github/workflows/main-selfhosted.yml +++ b/.github/workflows/main-selfhosted.yml @@ -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: |