mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 19:50:12 +01:00
Update python-app.yml
This commit is contained in:
8
.github/workflows/python-app.yml
vendored
8
.github/workflows/python-app.yml
vendored
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Create Release Directory
|
||||
run: |
|
||||
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
|
||||
if [ "${{ runner.os }}" == "Windows" ]; then
|
||||
cp *.exe release/ 2>/dev/null || true
|
||||
@@ -65,8 +65,8 @@ jobs:
|
||||
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
|
||||
with:
|
||||
files: PyTaiko-${{ runner.os }}-${{ runner.arch }}.zip
|
||||
name: "PyTaiko [Latest Commit]"
|
||||
tag_name: "LatestCommit"
|
||||
prerelease: true
|
||||
name: "PyTaiko [Rolling Release]"
|
||||
tag_name: "latest"
|
||||
make_latest: true
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user