Skip to content

Commit

Permalink
build(Dhis2Verfier): select the right package
Browse files Browse the repository at this point in the history
...seems like the action does not respect working-directory
  • Loading branch information
igbanam committed Oct 16, 2024
1 parent d24ac2d commit 10b9a6a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/publish-dhis2-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,9 @@ jobs:
- name: Build with Maven
working-directory: .
run: mvn -B package --file pom.xml -DskipTests=true
- name: verifier
run: |
echo "working in"
pwd
echo "target has"
ls target
- name: Create a release with the artefacts # Note: this would create a new release…
working-directory: .
uses: ncipollo/[email protected]
with:
artifacts: "target/Dhis2CucumberTestTool-${{ github.ref_name }}-release.zip"
artifacts: "CommonUtils/Dhis2CucumberTestTool/target/Dhis2CucumberTestTool-${{ github.ref_name }}-release.zip"
token: ${{ github.token }}

0 comments on commit 10b9a6a

Please sign in to comment.