1
0
Fork 0
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:
Artem Bulgakov 2020-06-23 15:26:32 +03:00
parent 1427344072
commit cbdb7b684b

View file

@ -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
```