Skip to content

Commit

Permalink
trailing slash for ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleOps committed Dec 15, 2023
1 parent 195636c commit 6bb749c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/au-core-ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/au-core-genonce-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/au-core-go-publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/au-core-publish-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6bb749c

Please sign in to comment.