Skip to content

Commit

Permalink
fix: upload nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdihadeli authored Sep 26, 2024
1 parent 4c1e71c commit bcc85cd
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 @@ -53,7 +53,7 @@ jobs:
run: dotnet pack vertical-slice-template.csproj -c Release -o ${{ env.NuGetDirectory }}

# Publish the NuGet package as an artifact, so they can be used in the following jobs
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: nuget
if-no-files-found: error
Expand All @@ -78,7 +78,7 @@ jobs:
with:
name: nuget
## Optional. Default is $GITHUB_WORKSPACE
# path: ${{ github.workspace}}
path: ${{ github.workspace}}

# Install the .NET SDK indicated in the global.json file
- name: Setup .NET Core
Expand Down

0 comments on commit bcc85cd

Please sign in to comment.