This commit is contained in:
Max Schmitt 2024-03-22 21:14:10 +01:00
parent 0e64524215
commit 99b1e2edd6

View file

@ -14,10 +14,7 @@ runs:
steps:
- name: Integrity check
shell: bash
run: |
for file in ${{ inputs.report_dir }}/*.zip; do
unzip -t $file
done
run: find "${{ inputs.report_dir }}" -name "*.zip" -exec unzip -t {} \;
- name: Upload blob report to GitHub
if: ${{ !cancelled() && github.event_name == 'pull_request' }}
uses: actions/upload-artifact@v4