Skip to content

Commit b4b2e3e

Browse files
committed
fix
1 parent cae5f67 commit b4b2e3e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ jobs:
7070
run: |
7171
ls -alh repo/output/repo/output
7272
cat repo/output/repo/output/${{ matrix.image }}.tar.zst.SHA256
73-
cd repo/output/repo/output/
74-
sha256sum -c ${{ matrix.image }}.tar.zst.SHA256
73+
sha256sum -c repo/output/${{ matrix.image }}.tar.zst.SHA256
7574
7675
- name: Prepare Dockerfile
7776
run: |

0 commit comments

Comments
 (0)