Skip to content

Commit d2b8ff6

Browse files
committed
fix cicd artifact names
1 parent cc7cbd6 commit d2b8ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-by-tags.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ jobs:
1313
- run: ${{ github.workspace }}/deploy.sh
1414
- uses: ncipollo/release-action@v1
1515
with:
16-
artifacts: "${{ github.workspace }}/target/pact-doc.jar,${{ github.workspace }}/target/run.sh"
16+
artifacts: "${{ github.workspace }}/target/pact-doc/application-standalone.jar,${{ github.workspace }}/target/pact-doc/run.sh"
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818

0 commit comments

Comments
 (0)