Add .py file extension to Python

This commit is contained in:
Margen67
2025-07-28 23:54:52 -07:00
parent 03c0e70f8b
commit 4a5f63650d
14 changed files with 31 additions and 31 deletions

View File

@@ -56,7 +56,7 @@ jobs:
steps:
- uses: actions/checkout@main
- name: Lint
run: .\xb lint --all
run: .\xenia-build.py lint --all
build:
name: Build
@@ -69,9 +69,9 @@ jobs:
with:
fetch-depth: 0
- name: Setup
run: .\xb setup
run: .\xenia-build.py setup
- name: Build
run: .\xb build --no_premake --config=Release --target=src\xenia-app
run: .\xenia-build.py build --no_premake --config=Release --target=src\xenia-app
- name: Prepare artifacts
id: prepare_artifacts
run: |