From 5a0311ac74883b7c821c1f85d63adac58676609b Mon Sep 17 00:00:00 2001 From: Natty <31473117+493msi@users.noreply.github.com> Date: Wed, 6 Apr 2022 14:06:14 +0200 Subject: [PATCH] Updated publish workflow --- .github/workflows/gradle-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gradle-publish.yml b/.github/workflows/gradle-publish.yml index f29de7f..70b9fe3 100755 --- a/.github/workflows/gradle-publish.yml +++ b/.github/workflows/gradle-publish.yml @@ -28,10 +28,10 @@ jobs: - name: Execute Gradle build run: | chmod +x ./gradlew - ./gradlew :engine-core:build --stacktrace --info -x test + ./gradlew build --stacktrace --info -x test - name: Publish to Vega - run: ./gradlew :engine-core:publish --stacktrace --info -x test + run: ./gradlew :plutoengine:publish --stacktrace --info -x test env: ORG_GRADLE_PROJECT_signingKey: ${{ secrets.GPG_PRIVATE_KEY }} ORG_GRADLE_PROJECT_signingPassword: ${{ secrets.GPG_PASSWORD }}