diff --git a/.github/workflows/au-core-ci-build.yml b/.github/workflows/au-core-ci-build.yml index 9d19e854..1ad7b7db 100644 --- a/.github/workflows/au-core-ci-build.yml +++ b/.github/workflows/au-core-ci-build.yml @@ -40,5 +40,5 @@ jobs: username: ${{ secrets.FTP_USER }} password: ${{ secrets.FTP_PASSWORD }} local-dir: output/ - server-dir: /ig/hl7au/au-fhir-core/branches/${{ github.ref }}/autoig + server-dir: /ig/hl7au/au-fhir-core/branches/${{ github.ref }}/autoig/ # dry-run: true \ No newline at end of file diff --git a/.github/workflows/au-core-genonce-build.yml b/.github/workflows/au-core-genonce-build.yml index eaf55548..fb681b54 100644 --- a/.github/workflows/au-core-genonce-build.yml +++ b/.github/workflows/au-core-genonce-build.yml @@ -39,5 +39,5 @@ jobs: username: ${{ secrets.FTP_USER }} password: ${{ secrets.FTP_PASSWORD }} local-dir: output/ - server-dir: /ig/hl7au/au-fhir-core/branches/${{ github.ref }}/genonce + server-dir: /ig/hl7au/au-fhir-core/branches/${{ github.ref }}/genonce/ # dry-run: true \ No newline at end of file diff --git a/.github/workflows/au-core-go-publish-build.yml b/.github/workflows/au-core-go-publish-build.yml index 573f7a6a..61bb4d60 100644 --- a/.github/workflows/au-core-go-publish-build.yml +++ b/.github/workflows/au-core-go-publish-build.yml @@ -40,5 +40,5 @@ jobs: username: ${{ secrets.FTP_USER }} password: ${{ secrets.FTP_PASSWORD }} local-dir: output/ - server-dir: /ig/hl7au/au-fhir-core/branches/${{ github.ref }}/gopublish + server-dir: /ig/hl7au/au-fhir-core/branches/${{ github.ref }}/gopublish/ dry-run: true \ No newline at end of file diff --git a/.github/workflows/au-core-publish-build.yml b/.github/workflows/au-core-publish-build.yml index b0525fde..70f12643 100644 --- a/.github/workflows/au-core-publish-build.yml +++ b/.github/workflows/au-core-publish-build.yml @@ -41,5 +41,5 @@ jobs: username: ${{ secrets.FTP_USER }} password: ${{ secrets.FTP_PASSWORD }} local-dir: output/ - server-dir: /ig/hl7au/au-fhir-core/branches/${{ github.ref }}/publish + server-dir: /ig/hl7au/au-fhir-core/branches/${{ github.ref }}/publish/ # dry-run: true \ No newline at end of file