diff --git a/.github/workflows/build-loaders.yml b/.github/workflows/build-loaders.yml index 67010b2..584ed77 100644 --- a/.github/workflows/build-loaders.yml +++ b/.github/workflows/build-loaders.yml @@ -43,7 +43,7 @@ jobs: - name: Initialize References run: | dotnet tool install --global Cheese - cheese reference --setup + cheese reference --setup --convert-ssl-link-to-https-link - name: Build Loaders working-directory: "KitX SDK/KitX Loaders" diff --git a/.github/workflows/build-plugins.yml b/.github/workflows/build-plugins.yml index a9aa183..a658485 100644 --- a/.github/workflows/build-plugins.yml +++ b/.github/workflows/build-plugins.yml @@ -43,7 +43,7 @@ jobs: - name: Initialize References run: | dotnet tool install --global Cheese - cheese reference --setup + cheese reference --setup --convert-ssl-link-to-https-link - name: Build Plugins working-directory: "KitX SDK/KitX Plugins" diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec08c0a..89a266d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: - name: Initialize References run: | dotnet tool install --global Cheese - cheese reference --setup + cheese reference --setup --convert-ssl-link-to-https-link - name: Build Contracts working-directory: "KitX Standard/KitX Contracts" diff --git a/.github/workflows/publish-packages.yml b/.github/workflows/publish-packages.yml index e2ff73f..c5c0d4d 100644 --- a/.github/workflows/publish-packages.yml +++ b/.github/workflows/publish-packages.yml @@ -41,7 +41,7 @@ jobs: - name: Initialize References run: | dotnet tool install --global Cheese - cheese reference --setup + cheese reference --setup --convert-ssl-link-to-https-link - name: Add to GitHub Repo run: | diff --git a/KitX Clients/KitX Dashboard b/KitX Clients/KitX Dashboard index 02bb421..ae2d12f 160000 --- a/KitX Clients/KitX Dashboard +++ b/KitX Clients/KitX Dashboard @@ -1 +1 @@ -Subproject commit 02bb4214a7e4370cfdaa42c75cc77735cab5da9f +Subproject commit ae2d12f2f749dce6c74184195779daf0aeabeba0