Skip to content

Commit 28c3a97

Browse files
authored
Update dotnet.yml
1 parent b3069ea commit 28c3a97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
uses: actions/upload-artifact@v2
5858
with:
5959
name: nupkg
60-
path: ./SharpHelpers/${{ env.PROJECT_NAME }}/bin/Release/*.nupkg
60+
path: ./SharpApi/src/Helpers/src/SharpApi.Helpers/bin/Release/*.nupkg
6161
prerelease:
6262
needs: build
6363
if: github.ref == 'refs/heads/develop'

0 commit comments

Comments
 (0)