mirror of
https://github.com/ArtemSBulgakov/buildozer-action.git
synced 2024-08-16 10:09:52 +02:00
Update description of filename output
This commit is contained in:
parent
2c74e722ae
commit
2a92f2ab17
1 changed files with 2 additions and 2 deletions
|
@ -49,9 +49,9 @@ but adds some features and patches to use in GitHub Actions.
|
|||
|
||||
### `filename`
|
||||
|
||||
Filename of built package relative to repository root.
|
||||
Filename of built package relative to `GITHUB_WORKSPACE`.
|
||||
|
||||
- Example: `test_app/bin/testapp-0.1-armeabi-v7a-debug.apk`
|
||||
- Example: `master/test_app/bin/testapp-0.1-armeabi-v7a-debug.apk`
|
||||
|
||||
## Environment variables
|
||||
|
||||
|
|
Loading…
Reference in a new issue