Skip to content

Commit d9e6e9e

Browse files
authored
test 4
1 parent c8d561c commit d9e6e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
dotnet-version: '8.0.x'
3333

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

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

0 commit comments

Comments
 (0)