Skip to content

Commit

Permalink
Merge pull request #141 from BUTR/dev
Browse files Browse the repository at this point in the history
v2.0.0 #4
  • Loading branch information
Aragas authored Mar 18, 2022
2 parents dd23a98 + 8ea1dbc commit 5269299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
New-Item -ItemType directory -Force -Path $impl;
New-Item -ItemType directory -Force -Path $path;
$gameversions = Get-Content -Path supported-game-versions.txt;
[string[]]$gameversions = Get-Content -Path supported-game-versions.txt;
# Last entry is the Minimal version. We will use Bannerlord.ButterLib.dll from there
For ($i = 0; $i -le $gameversions.Length - 1; $i++)
{
Expand Down

0 comments on commit 5269299

Please sign in to comment.