Merge pull request #121 from gendx/repro-always-diff

Always run git-diff in reproducible workflow, even if the job failed so far.
This commit is contained in:
gendx
2020-06-16 14:47:48 +02:00
committed by GitHub

View File

@@ -37,6 +37,8 @@ jobs:
path: reproducible/reproduced.tar
- name: Comparing binary sizes
if: always()
run: git diff --no-index reproducible/reference_elf2tab_${{ matrix.os }}.txt reproducible/elf2tab.txt
- name: Comparing cryptographic hashes
if: always()
run: git diff --no-index reproducible/reference_binaries_${{ matrix.os }}.sha256sum reproducible/binaries.sha256sum