From 2ff672f157adfc3fd57651ee00a53371638b9329 Mon Sep 17 00:00:00 2001 From: Edwin Jakobs Date: Mon, 27 Apr 2020 22:44:26 +0200 Subject: [PATCH] Fix m2 repository path --- .github/workflows/release-to-bintray.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" \