diff --git a/.github/workflows/release-to-bintray.yml b/.github/workflows/release-to-bintray.yml index 8b6cc767..9750096b 100644 --- a/.github/workflows/release-to-bintray.yml +++ b/.github/workflows/release-to-bintray.yml @@ -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" \