Skip to content

Commit

Permalink
doxygen file is a zipfile (#4687)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Aug 2, 2024
1 parent ef5dcd9 commit f8e8256
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 @@ -52,7 +52,7 @@ jobs:
aws s3 sync ./HDF5 s3://${{ secrets.AWS_S3_BUCKET }}/${{ vars.TARGET_PATH }}/${{ inputs.target_dir }}/downloads --delete
- name: Uncompress source (Linux)
run: tar -zxvf ${{ github.workspace }}/HDF5/${{ inputs.file_name }}.doxygen.tar.gz
run: unzip ${{ github.workspace }}/HDF5/${{ inputs.file_name }}.doxygen.zip

- name: Sync userguide to S3 bucket
run: |
Expand Down

0 comments on commit f8e8256

Please sign in to comment.