Fix README generation test

This commit is contained in:
cytopia
2022-03-24 17:37:02 +01:00
parent 2826053fc0
commit 6ccf44b5a9

View File

@@ -290,7 +290,7 @@ jobs:
# ------------------------------------------------------------ # ------------------------------------------------------------
- name: Diff README.md - name: Diff README.md
run: | run: |
make gen-readme VERSION=${VERSION} make gen-readme VERSION=${VERSION} ARCH=linux/arm64
git diff --quiet || { echo "Build Changes"; git diff; git status; false; } git diff --quiet || { echo "Build Changes"; git diff; git status; false; }
env: env:
VERSION: ${{ matrix.version }} VERSION: ${{ matrix.version }}