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 }}