mirror of
https://github.com/Yonokid/PyTaiko.git
synced 2026-02-04 11:40:13 +01:00
Update python-app.yml
This commit is contained in:
10
.github/workflows/python-app.yml
vendored
10
.github/workflows/python-app.yml
vendored
@@ -43,3 +43,13 @@ jobs:
|
|||||||
*.exe
|
*.exe
|
||||||
*.bin
|
*.bin
|
||||||
*.app/**/*
|
*.app/**/*
|
||||||
|
|
||||||
|
- name: Upload Zip
|
||||||
|
uses: softprops/action-gh-release@v2
|
||||||
|
if: github.ref == 'refs/heads/master'
|
||||||
|
with:
|
||||||
|
files: PyTaiko-${{ runner.os }}-${{ runner.arch }}.zip
|
||||||
|
name: "PyTaiko [Latest Commit]"
|
||||||
|
tag_name: "LatestCommit"
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||||
|
|||||||
Reference in New Issue
Block a user