We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35063d0 commit c385176Copy full SHA for c385176
1 file changed
.github/workflows/reloaded.yml
@@ -33,7 +33,7 @@ env:
33
PUBLISH_PATH: './External/Reloaded.Memory.SigScan.ReloadedII/Publish'
34
35
# Default value is official Reloaded package server.
36
- NUGET_URL: http://packages.sewer56.moe:5000/v3/index.json
+ NUGET_URL: https://packages.sewer56.moe/v3/index.json
37
38
IS_RELEASE: ${{ startsWith(github.ref, 'refs/tags/') }}
39
RELEASE_TAG: ${{ github.ref_name }}
@@ -142,4 +142,4 @@ jobs:
142
{
143
Write-Host "Pushing $item"
144
dotnet nuget push "$item" -k "$env:NUGET_KEY" -s "$env:NUGET_URL" --skip-duplicate
145
- }
+ }
0 commit comments