Skip to content

Commit

Permalink
update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Asfiroth committed Sep 11, 2024
1 parent c9fc13c commit 419c52f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:

env:
NUGET_API_KEY: ${{ secrets.NUGET_API_KEY }}
PROJECT_PATH: src/Dimo.Client/Dimo.Client.csproj
OUTPUT_PATH: ${{ github.workspace }}/output
PROJECT_PATH: src\Dimo.Client\Dimo.Client.csproj
OUTPUT_PATH: ${{ github.workspace }}\output
NUGET_SOURCE_URL: https://api.nuget.org/v3/index.json

jobs:
Expand Down

0 comments on commit 419c52f

Please sign in to comment.