From 8241b88296ad57933fb04d9e8a0d29d89b6ee9a1 Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Thu, 21 Mar 2024 09:07:43 -0500 Subject: [PATCH] Use tar.gz extension for ABI reports --- .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