diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index e377f25..d27165b 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -28,6 +28,7 @@ jobs: with: lookup-only: true key: ${{ steps.upstream-version.outputs.version }} + path: README.md # Path required on lookup only? - name: Build AppImage id: build if: steps.cache.outputs.cache-hit != 'true'