mirror of
https://github.com/OMGeeky/Kivy-Shopping-List.git
synced 2025-12-26 16:07:41 +01:00
change workflow caching folders
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user