diff --git a/Jenkinsfile b/Jenkinsfile index dc521cb..d9830d4 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -65,8 +65,8 @@ pipeline { script { sh ''' curl --user ${GITEA_USER}:${GITEA_TOKEN} \ - --upload-file keys/RPM-GPG-KEY-public.asc \ - https://gitea.confdroid.com/api/packages/confdroid/rpm.repo + --upload-file keys/repository.key \ + https://gitea.confdroid.com/api/packages/confdroid/rpm/upload ''' } } diff --git a/keys/RPM-GPG-KEY-public.asc b/keys/repository.key similarity index 100% rename from keys/RPM-GPG-KEY-public.asc rename to keys/repository.key