Skip to content

Commit b6d3dcc

Browse files
authored
build(Dhis2Verfier): select the right package (#23)
...seems like the action does not respect working-directory
1 parent d24ac2d commit b6d3dcc

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/publish-dhis2-verifier.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,9 @@ jobs:
3232
- name: Build with Maven
3333
working-directory: .
3434
run: mvn -B package --file pom.xml -DskipTests=true
35-
- name: verifier
36-
run: |
37-
echo "working in"
38-
pwd
39-
echo "target has"
40-
ls target
4135
- name: Create a release with the artefacts # Note: this would create a new release…
36+
working-directory: .
4237
uses: ncipollo/release-action@v1.14.0
4338
with:
44-
artifacts: "target/Dhis2CucumberTestTool-${{ github.ref_name }}-release.zip"
39+
artifacts: "CommonUtils/Dhis2CucumberTestTool/target/Dhis2CucumberTestTool-${{ github.ref_name }}-release.zip"
4540
token: ${{ github.token }}

0 commit comments

Comments
 (0)