Update python-app.yml

This commit is contained in:
Yonokid
2025-07-27 11:59:45 -04:00
parent 119253ca11
commit 53eeb69243

View File

@@ -36,7 +36,7 @@ jobs:
- name: Create Release Directory - name: Create Release Directory
run: | run: |
mkdir -p release mkdir -p release
cp -r Graphics Sounds Videos Songs config.toml release/ cp -r Graphics Sounds Videos Songs config.toml shader model release/
# Copy executable based on OS # Copy executable based on OS
if [ "${{ runner.os }}" == "Windows" ]; then if [ "${{ runner.os }}" == "Windows" ]; then
cp *.exe release/ 2>/dev/null || true cp *.exe release/ 2>/dev/null || true
@@ -65,8 +65,8 @@ jobs:
if: github.ref == 'refs/heads/main' && github.event_name == 'push' if: github.ref == 'refs/heads/main' && github.event_name == 'push'
with: with:
files: PyTaiko-${{ runner.os }}-${{ runner.arch }}.zip files: PyTaiko-${{ runner.os }}-${{ runner.arch }}.zip
name: "PyTaiko [Latest Commit]" name: "PyTaiko [Rolling Release]"
tag_name: "LatestCommit" tag_name: "latest"
prerelease: true make_latest: true
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}