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
|
- 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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user