Skip to content

Commit

Permalink
try fix nuget add and update checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
SlejmUr authored Dec 15, 2024
1 parent 8b36044 commit 01a8884
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Clone EIV Nuget repository
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: ExtractIntoVoid/Nuget
path: eiv_nuget
Expand All @@ -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 "${{GITHUB_WORKSPACE}}/eiv_nuget"

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

0 comments on commit 01a8884

Please sign in to comment.