Skip to content

Commit dd099d8

Browse files
authored
Update build.yml
1 parent f4f3611 commit dd099d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
name: 'windows-latest'
6666
- name: 'Dotnet NuGet Add Source'
67-
run: dotnet nuget add source https://nuget.pkg.github.com/RehanSaeed --name GitHub --username RehanSaeed --password ${{secrets.GITHUB_TOKEN}}
67+
run: dotnet nuget add source https://nuget.pkg.github.com/RehanSaeed/index.json --name GitHub --username RehanSaeed --password ${{secrets.GITHUB_TOKEN}}
6868
shell: pwsh
6969
- name: 'Dotnet NuGet Push'
7070
run: dotnet nuget push .\windows-latest\*.nupkg --source GitHub --skip-duplicate

0 commit comments

Comments
 (0)