Skip to content

Commit

Permalink
Update reliese.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Schrodinger71 authored Aug 7, 2024
1 parent 3c9ad6e commit 6bdd411
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/reliese.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
- name: Update Engine Submodules
run: |
cd RobustToolbox/
git submodule update --init --recursive
- name: Get Engine Tag
run: |
cd RobustToolbox
Expand Down

0 comments on commit 6bdd411

Please sign in to comment.