Skip to content

Commit 6fabec8

Browse files
Update build.yml
1 parent 9c424bb commit 6fabec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -175,4 +175,4 @@ jobs:
175175
with:
176176
name: nuget_package_nightly
177177
- name: Publish nightly to GitHub Packages
178-
run: dotnet nuget push artifacts/package/nightly/*.nupkg --source "github" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate
178+
run: dotnet nuget push artifacts/package/nightly/*.nupkg --source "https://nuget.pkg.github.com/LittleLittleCloud/index.json" --api-key ${{ secrets.GITHUB_TOKEN }} --skip-duplicate

0 commit comments

Comments
 (0)