Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
lilith committed Aug 8, 2024
1 parent c01415f commit ddf190f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
- name: Upload artifacts
uses: actions/upload-artifact@v4
id: nuget-artifact-upload-step
if: npack
if: success()
with:
name: NuGetPackages
path: NuGetPackages/Release/*.nupkg
Expand Down

0 comments on commit ddf190f

Please sign in to comment.