We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24ac2d commit b6d3dccCopy full SHA for b6d3dcc
.github/workflows/publish-dhis2-verifier.yml
@@ -32,14 +32,9 @@ jobs:
32
- name: Build with Maven
33
working-directory: .
34
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
41
- name: Create a release with the artefacts # Note: this would create a new release…
+ working-directory: .
42
uses: ncipollo/release-action@v1.14.0
43
with:
44
- artifacts: "target/Dhis2CucumberTestTool-${{ github.ref_name }}-release.zip"
+ artifacts: "CommonUtils/Dhis2CucumberTestTool/target/Dhis2CucumberTestTool-${{ github.ref_name }}-release.zip"
45
token: ${{ github.token }}
0 commit comments