Skip to content

Commit

Permalink
Use filename in directory sync (#4691)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Aug 2, 2024
1 parent f8e8256 commit 42095e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:

- name: Sync userguide to S3 bucket
run: |
aws s3 sync ./HDF5/doxygen s3://${{ secrets.AWS_S3_BUCKET }}/${{ vars.TARGET_PATH }}/${{ inputs.target_dir }}/documentation/doxygen --delete
aws s3 sync ./HDF5/${{ inputs.file_name }}.doxygen s3://${{ secrets.AWS_S3_BUCKET }}/${{ vars.TARGET_PATH }}/${{ inputs.target_dir }}/documentation/doxygen --delete

0 comments on commit 42095e3

Please sign in to comment.