diff --git a/.gitea/workflows/linux.yaml b/.gitea/workflows/linux.yaml index 6e6e9c5..e3fbe85 100644 --- a/.gitea/workflows/linux.yaml +++ b/.gitea/workflows/linux.yaml @@ -31,8 +31,8 @@ jobs: uses: seepine/hash-files@v1 id: get-hash with: - patterns: |- - ~/packages.hash + patterns: | + ./packages.hash - name: Packages cache uses: actions/cache@v4