change workflow caching folders

This commit is contained in:
OMGeeky
2023-03-26 16:08:34 +02:00
committed by GitHub
parent 06233f9e06
commit 364ae8b7f9

View File

@@ -24,12 +24,12 @@ jobs:
- name: Cache Buildozer global directory
uses: actions/cache@v2
with:
path: src/.buildozer_global
path: /github/workspace/./.buildozer_global
key: buildozer-global-${{ hashFiles('src/buildozer.spec') }} # Replace with your path
- uses: actions/cache@v2
with:
path: src/.buildozer
path: /github/workspace/src/.buildozer
key: ${{ runner.os }}-${{ steps.get-date.outputs.date }}-${{ hashFiles('src/buildozer.spec') }}
- name: Checkout