Skip to content

Commit c385176

Browse files
authored
Maintenance: Update NUGET_URL to HTTPS for .NET 9 compatibility
fixes #12
1 parent 35063d0 commit c385176

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reloaded.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env:
3333
PUBLISH_PATH: './External/Reloaded.Memory.SigScan.ReloadedII/Publish'
3434

3535
# Default value is official Reloaded package server.
36-
NUGET_URL: http://packages.sewer56.moe:5000/v3/index.json
36+
NUGET_URL: https://packages.sewer56.moe/v3/index.json
3737

3838
IS_RELEASE: ${{ startsWith(github.ref, 'refs/tags/') }}
3939
RELEASE_TAG: ${{ github.ref_name }}
@@ -142,4 +142,4 @@ jobs:
142142
{
143143
Write-Host "Pushing $item"
144144
dotnet nuget push "$item" -k "$env:NUGET_KEY" -s "$env:NUGET_URL" --skip-duplicate
145-
}
145+
}

0 commit comments

Comments
 (0)