Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF committed Jun 10, 2024
1 parent 5def399 commit 333f4f9
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 @@ -53,4 +53,4 @@ on:

- name: Sync release to S3 bucket
run: |
aws s3 sync ./HDFVIEW s3://${{ secrets.AWS_S#_BUCKET }}/${{ inputs.target_dir }} --delete
aws s3 sync ./HDFVIEW s3://${{ secrets.AWS_S3_BUCKET }}/${{ inputs.target_dir }} --delete

0 comments on commit 333f4f9

Please sign in to comment.