Skip to content

Commit

Permalink
ci: update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli committed Nov 27, 2024
1 parent cfe43b4 commit 6a30f3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ env:
# FEED_SOURCE: https://api.nuget.org/v3/index.json
# FEED_API_KEY: ${{ secrets.FEED_API_KEY }}
GHC_API_KEY: ${{ secrets.GHC_TOKEN }}
NuGetDirectory: nuget
BuildOutput: bin/Release/net8.0/
NuGetDirectory: ${{ github.workspace }}/nuget
BuildOutput: ${{ github.workspace }}/bin/Release/net8.0/

jobs:

Expand Down

0 comments on commit 6a30f3e

Please sign in to comment.