Skip to content

Commit

Permalink
Update 5 workflow .yml files for 1.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed Feb 15, 2024
1 parent 4fff36f commit 424cb6e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/abi-report.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: hdf5 Check Application Binary Interface (ABI)
name: hdf5 1.14 Check Application Binary Interface (ABI)

on:
workflow_call:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake-bintest.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: hdf5 examples bintest runs
name: hdf5 1.14 examples bintest runs

# Controls when the action will run. Triggers the workflow on a schedule
on:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/cmake-ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,13 @@ jobs:
- name: Publish binary (Linux S3)
id: publish-ctest-binary
run: |
mkdir "${{ runner.workspace }}/build"
mkdir "${{ runner.workspace }}/build/hdf5"
cp ${{ runner.workspace }}/hdf5/hdfsrc/COPYING ${{ runner.workspace }}/build/hdf5
cp ${{ runner.workspace }}/hdf5/hdfsrc/COPYING_LBNL_HDF5 ${{ runner.workspace }}/build/hdf5
cp ${{ runner.workspace }}/hdf5/hdfsrc/README.md ${{ runner.workspace }}/build/hdf5
cp ${{ runner.workspace }}/hdf5/build/${{ inputs.preset_name }}-GNUC-S3/*.tar.gz ${{ runner.workspace }}/build/hdf5
cd "${{ runner.workspace }}/build"
mkdir "${{ runner.workspace }}/build114"
mkdir "${{ runner.workspace }}/build114/hdf5"
cp ${{ runner.workspace }}/hdf5/hdfsrc/COPYING ${{ runner.workspace }}/build114/hdf5
cp ${{ runner.workspace }}/hdf5/hdfsrc/COPYING_LBNL_HDF5 ${{ runner.workspace }}/build114/hdf5
cp ${{ runner.workspace }}/hdf5/hdfsrc/README.md ${{ runner.workspace }}/build/hdf5114
cp ${{ runner.workspace }}/hdf5/build114/${{ inputs.preset_name }}-GNUC-S3/*.tar.gz ${{ runner.workspace }}/build114/hdf5
cd "${{ runner.workspace }}/build114"
tar -zcvf ${{ steps.set-file-base.outputs.FILE_BASE }}-ubuntu-2204_gcc_s3.tar.gz hdf5
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-auto-par-spc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: hdf5 dev autotools parallel special CI
name: hdf5 1.14 autotools parallel special CI

# Controls when the action will run. Triggers the workflow on a call
on:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main-cmake-par.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: hdf5 dev PAR CMake CI
name: hdf5 1.14 PAR CMake CI

# Controls when the action will run. Triggers the workflow on a call
on:
Expand Down

0 comments on commit 424cb6e

Please sign in to comment.