mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Fix path in Caching example
This commit is contained in:
parent
1427344072
commit
cbdb7b684b
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ Example:
|
|||
- name: Cache Buildozer global directory
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: .buildozer-global
|
||||
path: .buildozer_global
|
||||
key: buildozer-global-${{ hashFiles('test_app/buildozer.spec') }} # Replace with your path
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue