Skip to content

Commit f3ba9a2

Browse files
authored
chore: add cache v4 + callout web only (#21)
1 parent 6dfec66 commit f3ba9a2

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
# Tizen Build GitHub Action
22
Build and package a Tizen app.
33

4-
It currently only works for Web applications (.wgt). If you want native app support, please upstream a fix :)
4+
> [!IMPORTANT]
5+
> It currently only works for Web applications (.wgt). If you want native app support, please upstream a fix :)
56
67
## Usage
78
### Inputs
89

910
Following inputs can be used as `step.with` keys
1011

11-
| Name | Required | Default | Type | Description |
12-
|------------------------|----------|-----------------------------|--------|-----------------------------------------------------------------------------|
13-
| `project-dir` | Yes | | String | Absolute path to your Tizen project. |
14-
| `author-cert` | No | Tizen developer cert | String | Author certificate for signing. Base64-encoded. |
15-
| `author-key` | Yes | | String | Author key used for signing. Base64-encoded. |
16-
| `author-password` | Yes | | String | Password for `author-key` |
17-
| `distributor-cert` | No | Tizen distributor cert | String | Distributor certificate used for signing. Base64-encoded. |
18-
| `distributor-key` | No | Tizen distributor key | String | Distributor key used for signing. Base64-encoded. |
19-
| `distributor-password` | No | Default for distributor key | String | Password for `distributor-key` |
12+
| Name | Required | Default | Type | Description |
13+
|------------------------|----------|-----------------------------|--------|---------------------------------------------------------------------------------|
14+
| `project-dir` | Yes | | String | Absolute path to your Tizen project. |
15+
| `author-cert` | No | Tizen developer cert | String | Author certificate for signing. Base64-encoded. |
16+
| `author-key` | Yes | | String | Author key used for signing. Base64-encoded. |
17+
| `author-password` | Yes | | String | Password for `author-key` |
18+
| `distributor-cert` | No | Tizen distributor cert | String | Distributor certificate used for signing. Base64-encoded. |
19+
| `distributor-key` | No | Tizen distributor key | String | Distributor key used for signing. Base64-encoded. |
20+
| `distributor-password` | No | Default for distributor key | String | Password for `distributor-key` |
2021
| `privilege` | No | `public` | String | `public` or `partner`—Which distributor cert/key is used if not provided. |
2122

2223
You can encode your certificates and keys in base64 via:
@@ -58,7 +59,7 @@ To do so, invoke the cache action **before** the build.
5859
The important part is the `path`.
5960
```yaml
6061
- name: Cache Tizen Studio installer
61-
uses: actions/cache@v2
62+
uses: actions/cache@v4
6263
with:
6364
path: ${{ github.workspace }}/tizen-studio_*.bin
6465
key: tizen-studio-installer

0 commit comments

Comments
 (0)