Skip to content

Commit 6009ddb

Browse files
Merge pull request #84 from remarkablegames/fix/version
fix(action): downgrade Ren'Py CLI version from 8.3.0 to 8.2.3
2 parents 5cecddd + 12ca048 commit 6009ddb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
strategy:
6767
matrix:
6868
os: [ubuntu-latest, macos-latest, windows-latest]
69-
version: [7.7.1, 8.3.0]
69+
version: [7.7.1, 8.2.3]
7070

7171
steps:
7272
- name: Checkout repository

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ See [action.yml](action.yml)
6666

6767
### `cli-version`
6868

69-
**Optional**: CLI [version](https://www.renpy.org/release_list.html). Defaults to [`8.3.0`](https://www.renpy.org/latest.html):
69+
**Optional**: CLI [version](https://www.renpy.org/release_list.html). Defaults to [`8.2.3`](https://www.renpy.org/release/8.2.3):
7070

7171
```yaml
7272
- uses: remarkablegames/setup-renpy@v1
7373
with:
74-
cli-version: 8.3.0
74+
cli-version: 8.2.3
7575
7676
- run: renpy-cli --version
7777
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
cli-version:
1010
description: CLI version
1111
required: false
12-
default: 8.3.0
12+
default: 8.2.3
1313
launcher-name:
1414
description: Launcher name
1515
required: false

0 commit comments

Comments
 (0)