Skip to content

Commit

Permalink
Update test-and-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored Jan 7, 2024
1 parent 4944b4f commit 7cce3dc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
github-token: ${{secrets.GITHUB_TOKEN}}
steam-login: ${{secrets.STEAM_LOGIN}}
steam-password: ${{secrets.STEAM_PASSWORD}}
stable-version: ${{secrets.SYNCED_GAME_STABLE_VERSION}}
beta-version: ${{secrets.SYNCED_GAME_BETA_VERSION}}
stable-version: ${{vars.GAME_VERSION_STABLE}}
beta-version: ${{vars.GAME_VERSION_BETA}}
stable-directory: 'bannerlord-stable'
beta-directory: 'bannerlord-beta'

Expand All @@ -60,8 +60,8 @@ jobs:
dotnet build "tests/MCM.Tests/MCM.Tests.csproj" --configuration Beta_Debug -p:GameVersion=$beta_version -p:GameFolder="$PWD/bannerlord-beta";
dotnet build "tests/MCM.Tests/MCM.Tests.csproj" --configuration Beta_Release -p:GameVersion=$beta_version -p:GameFolder="$PWD/bannerlord-beta";
env:
STABLE_VERSION: ${{secrets.SYNCED_GAME_STABLE_VERSION}}
BETA_VERSION: ${{secrets.SYNCED_GAME_BETA_VERSION}}
STABLE_VERSION: ${{vars.GAME_VERSION_STABLE}}
BETA_VERSION: ${{vars.GAME_VERSION_BETA}}
shell: pwsh

- name: Test MCM with Coverage
Expand Down

0 comments on commit 7cce3dc

Please sign in to comment.