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