From 5fff416d4222c1490d413ac3b34b4b5d17f10788 Mon Sep 17 00:00:00 2001 From: Simon Pribylski Date: Thu, 8 Aug 2024 12:47:51 +0200 Subject: [PATCH] mpm --- .gitea/workflows/linux.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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