Skip to content

Commit

Permalink
Master publish (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnHDF authored Jun 10, 2024
1 parent 748231b commit afa0975
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdfview'
version: 'tags/${{ inputs.use_hdf }}'
version: 'tags/${{ inputs.use_tag }}'
regex: true
target: 'HDFVIEW/'
file: '${{ inputs.use_hdf }}-*.*'
Expand All @@ -41,7 +41,7 @@ jobs:
uses: dsaltares/fetch-gh-release-asset@master
with:
repo: 'HDFGroup/hdfview'
version: 'tags/${{ inputs.use_hdf }}'
version: 'tags/${{ inputs.use_tag }}'
regex: true
target: 'HDFVIEW/'
file: 'UsersGuide.*'
Expand All @@ -55,4 +55,4 @@ jobs:

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

0 comments on commit afa0975

Please sign in to comment.