Skip to content

Commit

Permalink
Fix product path in tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
peransin-obeo committed Sep 14, 2022
1 parent fbe99b2 commit 0ce9f23
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
tag: ${{ github.ref }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ui.rcp/releng/org.activitymgr.ui.rcp.repository/target/products/activitymgr-rcp-*.*
file_glob: true

- name: Release Web Products 🖱️
if: ${{ startsWith(github.ref, 'refs/tags/') }}
Expand All @@ -75,3 +76,4 @@ jobs:
tag: ${{ github.ref }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ui.web/releng/org.activitymgr.ui.web.repository/target/products/activitymgr-web-server-*.*
file_glob: true

0 comments on commit 0ce9f23

Please sign in to comment.