Skip to content

Commit

Permalink
📝 Chore(CI): Init reference with https style link.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Mar 26, 2024
1 parent a293e4f commit a0f7b80
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-loaders.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion KitX Clients/KitX Dashboard

0 comments on commit a0f7b80

Please sign in to comment.