Skip to content

Commit

Permalink
Including AI in Releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiephan committed Aug 27, 2021
1 parent f1fe26c commit 2ca623c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
- name: Build Multiple Maps
run: |
git clone "https://github.com/jamiephan/HeroesOfTheStorm_S2MA.git" "C:/map_repo"
git clone "https://github.com/jamiephan/HeroesOfTheStorm_AIMaps.git" "C:/map_AI_repo"
Get-ChildItem C:/map_AI_repo/maps/5v5/ | Copy-Item -Destination { "C:/map_repo/maps/" + $_.Name.Replace(".stormmap", " AI.stormmap") }
Push-Location "C:/map_repo"
function PrepareInsertIntoMPQ($path, $mpq) {
if (Test-Path "_add_.mpqscript") {
Expand Down Expand Up @@ -151,6 +154,8 @@ jobs:
Built time: `${{ github.event.head_commit.timestamp }}`
Maps with the name `.AI` indicates the map will be filled with AI players.
For instructions on how to run the maps below, Please refer to [installation guide](https://jamiephan.github.io/HeroesOfTheStorm_TryMode2.0/install.html).
draft: false
prerelease: false
Expand Down

0 comments on commit 2ca623c

Please sign in to comment.