Skip to content

Commit 01a8884

Browse files
authored
try fix nuget add and update checkout
1 parent 8b36044 commit 01a8884

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dotnet_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: Clone EIV Nuget repository
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525
with:
2626
repository: ExtractIntoVoid/Nuget
2727
path: eiv_nuget
@@ -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 "${{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)