From cfd24fbba775818a0a735f5b93c413a25268a638 Mon Sep 17 00:00:00 2001 From: Yonokid <37304577+Yonokid@users.noreply.github.com> Date: Sat, 26 Jul 2025 17:17:01 -0400 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 9aa7abd..a8f7b95 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -43,3 +43,13 @@ jobs: *.exe *.bin *.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}}