Skip to content

Commit fd511e1

Browse files
authored
build(Dhis2Verifier): Upload the correct artefact (#21)
1 parent 1f4e09f commit fd511e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
steps:
1616
- name: docker-compose workaround
1717
working-directory: .
18+
# TODO: Remove this. Build docker images outside maven.
1819
run: echo "docker compose \"\$@\"" > $HOME/docker-compose ; chmod 777 $HOME/docker-compose ; echo "$HOME/" >> $GITHUB_PATH
1920
- uses: actions/checkout@v4
2021
- uses: actions/setup-java@v3
@@ -34,5 +35,5 @@ jobs:
3435
- name: Create a release with the artefacts # Note: this would create a new release…
3536
uses: ncipollo/release-action@v1.14.0
3637
with:
37-
artifacts: "target/Dhis2CucumberTestTool-${{ env.RELEASE_VERSION }}-release.zip"
38+
artifacts: "target/Dhis2CucumberTestTool-${{ github.ref_name }}-release.zip"
3839
token: ${{ github.token }}

0 commit comments

Comments
 (0)