mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Add file name argument to publish workflow (#4686)
This commit is contained in:
parent
26f052c6f2
commit
9dad0f9abc
6
.github/workflows/publish-release.yml
vendored
6
.github/workflows/publish-release.yml
vendored
@ -8,6 +8,10 @@ on:
|
||||
description: 'HDF5 Release version tag'
|
||||
type: string
|
||||
required: true
|
||||
file_name:
|
||||
description: 'HDF5 Release file name base'
|
||||
type: string
|
||||
required: true
|
||||
target_dir:
|
||||
description: 'HDF5 target bucket directory'
|
||||
type: string
|
||||
@ -48,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.use_hdf }}.doxygen.tar.gz
|
||||
run: tar -zxvf ${{ github.workspace }}/HDF5/${{ inputs.file_name }}.doxygen.tar.gz
|
||||
|
||||
- name: Sync userguide to S3 bucket
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user