Skip to content

Commit c35879f

Browse files
authored
Update dotnet.yml
oops
1 parent ef61862 commit c35879f

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build
1919
run: dotnet build --configuration Release
2020
- name: Pack
21-
run: dotnet pack --no-build --configuration Release PAYNLSDK/PlayNLSdk.csproj --output .
21+
run: dotnet pack --no-build --configuration Release PAYNLSDK/PayNLSdk.csproj --output .
2222
- name: Push Nuget
2323
if: ${{ github.ref == 'refs/heads/main' }}
2424
run: |

0 commit comments

Comments
 (0)