4th release

This commit is contained in:
Yonokid
2025-07-09 12:51:45 -04:00
parent 7766a1f0b8
commit ebe991ecf1
2 changed files with 5 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
build: build:
strategy: strategy:
matrix: matrix:
os: [macos-latest, ubuntu-latest, windows-latest, ubuntu-22.04] os: [macos-latest, ubuntu-22.04, windows-latest]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Check-out repository - name: Check-out repository
@@ -33,7 +33,7 @@ jobs:
- name: Upload Artifacts - name: Upload Artifacts
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with:
name: PyTaiko-${{ runner.name }}-${{ runner.arch }} name: PyTaiko-${{ runner.os }}-${{ runner.arch }}
path: | path: |
Graphics/* Graphics/*
Sounds/* Sounds/*

View File

@@ -6,6 +6,9 @@ This is a TJA player / Taiko simulator written in python and uses the [raylib](h
## Installation ## Installation
Windows 10, Mac OS X 10.14 and Ubuntu 20.04 and higher are supported.
Any operating system below these requirements will not work.
Any Linux distro not listed is up to your own discretion
Download for OS of choice on releases page Download for OS of choice on releases page
How to run: How to run: