mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Fix typo workir - workdir (#1)
This commit is contained in:
parent
cb11b8d680
commit
f974a33f8b
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ Example:
|
||||||
id: buildozer
|
id: buildozer
|
||||||
with:
|
with:
|
||||||
command: buildozer android debug
|
command: buildozer android debug
|
||||||
workir: src
|
workdir: src
|
||||||
buildozer_version: stable
|
buildozer_version: stable
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue