From 7917d6e536f0f11964e8a9b9dc8338437970e7c0 Mon Sep 17 00:00:00 2001 From: joreg Date: Mon, 19 Aug 2024 17:54:27 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1bf191a..18db358 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,6 +18,7 @@ jobs: - name: Git Checkout uses: actions/checkout@main with: + submodules: 'true' lfs: 'true' - name: Setup MSBuild.exe @@ -35,4 +36,4 @@ jobs: icon-src: https://raw.githubusercontent.com/vvvv/PublicContent/master/nugeticon.png icon-dst: ./deployment/nugeticon.png - nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }} \ No newline at end of file + nuget-key: ${{ secrets.VVVV_ORG_NUGET_KEY }}