Skip to content

Commit

Permalink
build(Dhis2Verifier): remove working directory from release action
Browse files Browse the repository at this point in the history
  • Loading branch information
igbanam committed Oct 16, 2024
1 parent b6d3dcc commit dd791ad
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish-dhis2-verifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
working-directory: .
run: mvn -B package --file pom.xml -DskipTests=true
- name: Create a release with the artefacts # Note: this would create a new release…
working-directory: .
uses: ncipollo/[email protected]
with:
artifacts: "CommonUtils/Dhis2CucumberTestTool/target/Dhis2CucumberTestTool-${{ github.ref_name }}-release.zip"
Expand Down

0 comments on commit dd791ad

Please sign in to comment.