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