From 04f0a7a11755cbaccd728f22a36e15611b2ed669 Mon Sep 17 00:00:00 2001 From: michaeloffner Date: Thu, 20 Jun 2024 22:52:50 +0200 Subject: [PATCH] add maven deployment --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c2d240..f6be630 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -42,7 +42,7 @@ jobs: uses: actions/upload-artifact@v4 with: name: s3-lex - path: dist/*.lex + path: target/*.lex - name: Checkout Lucee uses: actions/checkout@v4 with: @@ -55,7 +55,7 @@ jobs: execute: /bootstrap-tests.cfm luceeVersion: ${{ env.luceeVersion }} luceeVersionQuery: ${{ env.luceeVersionQuery }} - extensionDir: ${{ github.workspace }}/dist + extensionDir: ${{ github.workspace }}/target env: testLabels: s3 testAdditional: ${{ github.workspace }}/tests