Fix m2 repository path

This commit is contained in:
Edwin Jakobs
2020-04-27 22:44:26 +02:00
parent 830aefe480
commit 2ff672f157

View File

@@ -19,7 +19,7 @@ jobs:
run: ./gradlew -Prelease.useLastTag=true candidate publishToMavenLocal --info
- name: Zip and publish to Bintray
run: |
cd ~/.m2
cd ~/.m2/repository
zip release.zip org/openrndr/extra/*/${RELEASE_VERSION}/*
curl -u ${{ secrets.BINTRAY_USER }}:${{ secrets.BINTRAY_KEY }} -X PUT https://api.bintray.com/content/openrndr/openrndr/ \
-H "X-Bintray-Package:orx" \