Skip to content

Commit

Permalink
ci: use tar.gz extension for abi report
Browse files Browse the repository at this point in the history
close #180
  • Loading branch information
hyoklee committed Mar 21, 2024
1 parent 8bf8130 commit b65ba8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/abi-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b65ba8b

Please sign in to comment.