fix overshell breaking with launch rb4 theme #103
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CI | |
on: [push, pull_request] | |
jobs: | |
build_ps4: | |
runs-on: windows-2019 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: Set up Python 3.11 | |
uses: actions/setup-python@v5 | |
with: | |
python-version: '3.11' | |
- name: Build Files | |
run: | | |
./_build.bat | |
- name: Upload result | |
uses: actions/upload-artifact@v4 | |
with: | |
name: RB4DX-PS4 | |
path: _build |