Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Jul 28, 2022
1 parent 2831bf0 commit 3c0ba33
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:
github-token: ${{secrets.GITHUB_TOKEN}}

- name: Build Bannerlord.PHP
run: dotnet pack src/Bannerlord.PHP/Bannerlord.PHP.msbuildproj --configuration Release -p:GameFolder="$PWD/bannerlord";
run: >-
mkdir $PWD/bannerlord;
dotnet pack src/Bannerlord.PHP/Bannerlord.PHP.msbuildproj --configuration Release -p:GameFolder="$PWD/bannerlord";
shell: pwsh

- name: Upload Bannerlord folder
Expand Down

0 comments on commit 3c0ba33

Please sign in to comment.