diff --git a/Jenkinsfile b/Jenkinsfile index 9f45f72..4b2107f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,7 @@ pipeline { stage('Publish') { when { - branch 'master' + branch 'main' } steps { sh '''dotnet nuget push -s http://localhost:5000/v3/index.json **/*.nupkg -k $BAGET -n true diff --git a/README.md b/README.md index f19f9d9..697759e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![The GameBundle logo](https://raw.githubusercontent.com/Ellpeck/GameBundle/master/Logo.png) +![The GameBundle logo](https://raw.githubusercontent.com/Ellpeck/GameBundle/main/Logo.png) **GameBundle** is a tool to package MonoGame and other .NET Core applications into several distributable formats.