Skip to content

Commit

Permalink
Fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Aug 27, 2020
1 parent f8d6ab1 commit 471c262
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,7 @@ jobs:
desc="${desc//$'\r'/'%0D'}"
echo "::set-output name=mod_description::$desc"
- name: Pack MCM (Release)
run: >-
dotnet pack src/MCM.NuGet/MCM.NuGet.csproj --configuration Release -o "./packages";
dotnet pack src/MCM.Integrated.NuGet/MCM.Integrated.NuGet.csproj --configuration Release -o "./packages"
run: dotnet pack src/MCM.NuGet/MCM.NuGet.csproj --configuration Release -o "./packages";
env:
DOTNET_NOLOGO: 1
DOTNET_CLI_TELEMETRY_OPTOUT: 1
Expand Down Expand Up @@ -204,8 +202,8 @@ jobs:

- name: Build MCM (Release)
run: >-
dotnet build src/MCM.Standalone/MCM.Standalone.csproj --configuration Release -p:GameFolder="$PWD/bannerlord";
dotnet build src/MCM.Implementation.MBO/MCM.Implementation.MBO.csproj --configuration Release -p:GameFolder="$PWD/bannerlord";
dotnet build src/MCM.NexusMods/MCM.NexusMods.csproj --configuration Release -p:GameFolder="$PWD/bannerlord";
dotnet build src/MCM.Implementation.MCMv3/MCM.Implementation.MCMv3.csproj --configuration Release -p:GameFolder="$PWD/bannerlord";
dotnet build src/MCM.Implementation.ModLib/MCM.Implementation.ModLib.csproj --configuration Release -p:GameFolder="$PWD/bannerlord";
env:
DOTNET_NOLOGO: 1
Expand Down Expand Up @@ -285,8 +283,8 @@ jobs:

- name: Build MCM (Release)
run: >-
dotnet build src/MCM.Standalone/MCM.Standalone.csproj --configuration Release -p:GameFolder="$PWD/bannerlord";
dotnet build src/MCM.Implementation.MBO/MCM.Implementation.MBO.csproj --configuration Release -p:GameFolder="$PWD/bannerlord";
dotnet build src/MCM.NexusMods/MCM.NexusMods.csproj --configuration Release -p:GameFolder="$PWD/bannerlord";
dotnet build src/MCM.Implementation.MCMv3/MCM.Implementation.MCMv3.csproj --configuration Release -p:GameFolder="$PWD/bannerlord";
dotnet build src/MCM.Implementation.ModLib/MCM.Implementation.ModLib.csproj --configuration Release -p:GameFolder="$PWD/bannerlord";
env:
DOTNET_NOLOGO: 1
Expand Down

0 comments on commit 471c262

Please sign in to comment.