Skip to content

Commit

Permalink
test 4
Browse files Browse the repository at this point in the history
  • Loading branch information
SlejmUr authored Dec 15, 2024
1 parent c8d561c commit d9e6e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
dotnet-version: '8.0.x'

- name: Add eiv_nuget to nuget souce
run: dotnet nuget add source --name eiv_nuget ./eiv_nuget
run: dotnet nuget add source --name eiv_nuget $env:GITHUB_WORKSPACE/eiv_nuget

- name: Publish
run: dotnet publish EIV_Game.csproj -c ${{ matrix.builds }} -o Out
Expand Down

0 comments on commit d9e6e9e

Please sign in to comment.