From b65ba8be3b0bf9a057ed26e52a30042b912126d5 Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Thu, 21 Mar 2024 09:05:55 -0500 Subject: [PATCH] ci: use tar.gz extension for abi report close #180 --- .github/workflows/abi-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/abi-report.yml b/.github/workflows/abi-report.yml index 38cb3820a66..05391bea329 100644 --- a/.github/workflows/abi-report.yml +++ b/.github/workflows/abi-report.yml @@ -170,7 +170,7 @@ jobs: cp ${{ inputs.file_base }}-hdf5_cpp_compat_report.html ${{ runner.workspace }}/buildabi/hdf5 cp ${{ inputs.file_base }}-java_compat_report.html ${{ runner.workspace }}/buildabi/hdf5 cd "${{ runner.workspace }}/buildabi" - tar -zcvf ${{ inputs.file_base }}.html.abi.reports hdf5 + tar -zcvf ${{ inputs.file_base }}.html.abi.reports.tar.gz hdf5 shell: bash - name: Save output as artifact