Fix m2 repository path
This commit is contained in:
2
.github/workflows/release-to-bintray.yml
vendored
2
.github/workflows/release-to-bintray.yml
vendored
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user