Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas authored Nov 23, 2020
1 parent 1519a1f commit 4295d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ jobs:

- name: Build Bannerlord.ButterLib.Implementation (Stable_Release)
run: >-
mkdir $PWD/bannerlord-stable
mkdir $PWD/bannerlord-stable;
dotnet build src/Bannerlord.ButterLib.Implementation/Bannerlord.ButterLib.Implementation.csproj --configuration Stable_Release -p:GameFolder="$PWD/bannerlord-stable";
- name: Build Bannerlord.ButterLib.Implementation (Beta_Release)
run: >-
mkdir $PWD/bannerlord-beta
mkdir $PWD/bannerlord-beta;
dotnet build src/Bannerlord.ButterLib.Implementation/Bannerlord.ButterLib.Implementation.csproj --configuration Beta_Release -p:GameFolder="$PWD/bannerlord-beta";
- name: Upload Bannerlord Stable folder
Expand Down

0 comments on commit 4295d14

Please sign in to comment.