We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7cbd6 commit d2b8ff6Copy full SHA for d2b8ff6
.github/workflows/release-by-tags.yml
@@ -13,6 +13,6 @@ jobs:
13
- run: ${{ github.workspace }}/deploy.sh
14
- uses: ncipollo/release-action@v1
15
with:
16
- artifacts: "${{ github.workspace }}/target/pact-doc.jar,${{ github.workspace }}/target/run.sh"
+ artifacts: "${{ github.workspace }}/target/pact-doc/application-standalone.jar,${{ github.workspace }}/target/pact-doc/run.sh"
17
token: ${{ secrets.GITHUB_TOKEN }}
18
0 commit comments