From 6bdd411a47b76469e7ee6cdc43d2ccb1ce5c4b3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Schr=C3=B6dinger?= <132720404+Schrodinger71@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:55:28 +0300 Subject: [PATCH] Update reliese.yml --- .github/workflows/reliese.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/reliese.yml b/.github/workflows/reliese.yml index 3290e85fe7..2a1a56d19b 100644 --- a/.github/workflows/reliese.yml +++ b/.github/workflows/reliese.yml @@ -22,6 +22,16 @@ jobs: with: dotnet-version: 8.0.x + - name: Setup submodule + run: | + git submodule update --init --recursive + - name: Pull engine updates + uses: space-wizards/submodule-dependency@v0.1.5 + - name: Update Engine Submodules + run: | + cd RobustToolbox/ + git submodule update --init --recursive + - name: Get Engine Tag run: | cd RobustToolbox