diff --git a/.github/workflows/atomfeed_console_build_publish.yaml b/.github/workflows/atomfeed_console_build_publish.yaml index d4d60fb..7d96171 100644 --- a/.github/workflows/atomfeed_console_build_publish.yaml +++ b/.github/workflows/atomfeed_console_build_publish.yaml @@ -28,7 +28,7 @@ jobs: - name: Set env.ARTIFACT_VERSION run: | wget -q https://raw.githubusercontent.com/Bahmni/bahmni-infra-utils/main/setArtifactVersion.sh && chmod +x setArtifactVersion.sh - ./setArtifactVersion.sh + ./setArtifactVersion.sh atomfeed-console/.appversion rm setArtifactVersion.sh - name: Download atomfeed-console jar run: |