Skip to content

Commit

Permalink
ci: fix typo unzipf
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 13, 2024
1 parent 7708177 commit ddc276b
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 @@ -48,7 +48,7 @@ jobs:
aws s3 sync ./HDF4 s3://${{ secrets.AWS_S3_BUCKET }}/${{ vars.TARGET_PATH }}/${{ inputs.target_dir }}/downloads --delete
- name: Uncompress source (Linux)
run: unzipf ${{ github.workspace }}/HDF4/${{ inputs.use_tag }}.doxygen.zip
run: unzip ${{ github.workspace }}/HDF4/${{ inputs.use_tag }}.doxygen.zip

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

0 comments on commit ddc276b

Please sign in to comment.