diff --git a/.gitea/workflows/gentoo-utils.yml b/.gitea/workflows/gentoo-utils.yml index 466d346..fba2781 100644 --- a/.gitea/workflows/gentoo-utils.yml +++ b/.gitea/workflows/gentoo-utils.yml @@ -94,7 +94,7 @@ jobs: - name: Restore git cache uses: actions/cache@v4 with: - path: .git + path: build key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }} - name: Checkout repo @@ -119,7 +119,7 @@ jobs: - name: Restore git cache uses: actions/cache@v4 with: - path: .git + path: build key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }} - name: Checkout repo uses: actions/checkout@v5 @@ -143,7 +143,7 @@ jobs: - name: Restore git cache uses: actions/cache@v4 with: - path: .git + path: build key: gitea-repo-${{ gitea.repository }}-${{ gitea.ref }} - name: Checkout repo uses: actions/checkout@v5