diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 22b01e6..f961677 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -31,8 +31,7 @@ jobs: uses: https://gitea.com/seepine/hash-files@v1 id: get-hash with: - workdir: '~' - patterns: 'xmake.lua' + patterns: '**/xmake.lua' - name: Packages cache uses: actions/cache@v4