Skip to content

Commit ff164cb

Browse files
committed
removed useless generate tags step in build workflow
1 parent 7fdf198 commit ff164cb

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/multi-platform.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,7 @@ jobs:
3939
- name: Set up Python
4040
uses: actions/setup-python@v5
4141
with:
42-
python-version: '3.11'
43-
44-
- name: Generate tags
45-
run: |
46-
python generate_tags.py
42+
python-version: '3.11'
4743

4844
- name: Build the mod
4945
uses: geode-sdk/build-geode-mod@main

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To build this mod, follow one of the methods below:
1010

1111
### VS Code
1212
> [!NOTE]
13-
> You will also need to install Python3 to be able to build this mod. You may download it at <https://www.python.org/downloads/>
13+
> You will also need to install Python3 (tested with 3.11) to be able to build this mod. You may download it at <https://www.python.org/downloads/>
1414
1515
1. Open the project in VS Code.
1616
2. Install the necessary dependencies (if not already done).

0 commit comments

Comments
 (0)