Skip to content

Commit

Permalink
add maven deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeloffner committed Jun 20, 2024
1 parent e2d4249 commit 04f0a7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 04f0a7a

Please sign in to comment.