Compare commits
3 Commits
c1ca11ab25
...
7a410d4124
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a410d4124 | |||
| 945ede2583 | |||
| 469cd8bc37 |
@@ -59,7 +59,7 @@ jobs:
|
||||
throw "Could not find a downloadable LSLib zip asset in the latest release."
|
||||
}
|
||||
|
||||
Invoke-WebRequest -Uri $asset.browser_download_url -OutFile ".tools/lslib/lslib.zip"
|
||||
Invoke-WebRequest -UseBasicParsing -Uri $asset.browser_download_url -OutFile ".tools/lslib/lslib.zip"
|
||||
Expand-Archive -LiteralPath ".tools/lslib/lslib.zip" -DestinationPath ".tools/lslib" -Force
|
||||
|
||||
- name: Build .pak
|
||||
@@ -157,4 +157,4 @@ jobs:
|
||||
Accept = "application/json"
|
||||
}
|
||||
|
||||
Invoke-WebRequest -Method Post -Uri "$apiBase/releases/$($release.id)/assets?name=$([uri]::EscapeDataString($assetName))" -Headers $uploadHeaders -ContentType "application/octet-stream" -InFile $zipPath
|
||||
Invoke-WebRequest -UseBasicParsing -Method Post -Uri "$apiBase/releases/$($release.id)/assets?name=$([uri]::EscapeDataString($assetName))" -Headers $uploadHeaders -ContentType "application/octet-stream" -InFile $zipPath
|
||||
|
||||
@@ -24,6 +24,7 @@ This repository is for the localization mod only. It must not gain gameplay logi
|
||||
|
||||
- Mod sources: `Mods/DnD 5.5e AIO Russian`
|
||||
- Localization XML: `Mods/DnD 5.5e AIO Russian/Localization/Russian/russian.xml`
|
||||
- Glossary: `glossary/glossary.normalized.json`
|
||||
- Mod metadata: `Mods/DnD 5.5e AIO Russian/meta.lsx`
|
||||
- CI workflow: `.gitea/workflows/build.yml`
|
||||
- Main build script: `scripts/build.ps1`
|
||||
|
||||
Reference in New Issue
Block a user