File tree Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Expand file tree Collapse file tree 1 file changed +15
-2
lines changed Original file line number Diff line number Diff line change 12
12
name : Ren'Py CLI
13
13
on : push
14
14
jobs :
15
- renpy-cli :
15
+ renpy :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Setup Ren'Py
19
19
uses : remarkablegames/setup-renpy@v1
20
+
21
+ - name : Get version
22
+ run : renpy-cli --version
23
+
24
+ - name : See help
25
+ run : renpy-cli --help
26
+
27
+ - name : Set projects directory
28
+ run : renpy-launcher set_projects_directory ..
20
29
` ` `
21
30
22
31
## Usage
@@ -123,14 +132,18 @@ This is a shorthand command for:
123
132
` ` `
124
133
125
134
> [!TIP]
126
- > Prefer using `renpy-launcher`:
135
+ > Prefer `renpy-launcher`:
127
136
>
128
137
> ```yaml
129
138
> - uses: remarkablegames/setup-renpy@v1
130
139
>
131
140
> - run: renpy-launcher
132
141
> ```
133
142
143
+ # # Examples
144
+
145
+ - [remarkablegames/renpy-template](https://github.com/remarkablegames/renpy-template)
146
+
134
147
# # Contributions
135
148
136
149
Contributions are welcome!
You can’t perform that action at this time.
0 commit comments