Skip to content

Commit ae9e722

Browse files
committed
fix typo
Signed-off-by: Martijn Govers <Martijn.Govers@Alliander.com>
1 parent 1da6be5 commit ae9e722

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check-build-reproducibility.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Compare builds
6868
run: |
69-
diff -qr ${PATH1} ${PATH2}
69+
diff -qr install/${{ env.PRESET }}-1 install/${{ env.PRESET }}-2
7070
if [ $? -ne 0 ]; then
7171
echo "Build mismatch detected"
7272
exit 1
@@ -168,7 +168,7 @@ jobs:
168168
169169
- name: Compare builds
170170
run: |
171-
diff -qr ${PATH1} ${PATH2}
171+
diff -qr install/${{ env.PRESET }}-1 install/${{ env.PRESET }}-2
172172
if [ $? -ne 0 ]; then
173173
echo "Build mismatch detected"
174174
exit 1

0 commit comments

Comments
 (0)