Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/.github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ jobs:
- name: Install Thunderstore CLI
run: dotnet tool install -g tcli

# Use this action instead of the above in case your mod has soft dependencies.
# More info here: https://sgg-modding.github.io/Hades2ModWiki/docs/creating-mods/first-mod-guide/mod-template#packagerom_soft_deps
# - name: Install Thunderstore CLI
# # Use this action instead of the above in case your mod has soft dependencies.
# # More info here: https://sgg-modding.github.io/Hades2ModWiki/docs/creating-mods/first-mod-guide/mod-template#packagerom_soft_deps
# - name: Install Thunderstore CLI fork
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# run: |
Expand Down
6 changes: 3 additions & 3 deletions src/thunderstore.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ SGG_Modding-ReLoad = "1.0.2"
SGG_Modding-SJSON = "1.0.0"
SGG_Modding-ModUtil = "4.0.1"

# Uncomment the section to add any soft dependecies.
# Learn more about them here https://sgg-modding.github.io/Hades2ModWiki/docs/creating-mods/first-mod-guide/mod-template#packagerom_soft_deps
# # Uncomment the section to add any soft dependecies.
# # Learn more about them here https://sgg-modding.github.io/Hades2ModWiki/docs/creating-mods/first-mod-guide/mod-template#packagerom_soft_deps
# [package.rom_soft_deps]
# AuthorName-ModName = "0.0.0"

Expand All @@ -40,7 +40,7 @@ target = "./LICENSE"
source = "./src"
target = "./plugins"

# Uncomment (remove the #) the three lines below if you have any files to copy to the plugins_data folder (like custom .pkg files)
# # Uncomment (remove the #) the three lines below if you have any files to copy to the plugins_data folder (like custom .pkg files)
# [[build.copy]]
# source = "./data"
# target = "./plugins_data"
Expand Down