From 002f25b60b0170d88990e0d34ff2877d145be2a7 Mon Sep 17 00:00:00 2001 From: Christoph Stahl Date: Sat, 5 Oct 2024 14:48:46 +0200 Subject: [PATCH] testing github action with/on windows --- .github/workflows/windows-pyinstaller.yaml | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/workflows/windows-pyinstaller.yaml diff --git a/.github/workflows/windows-pyinstaller.yaml b/.github/workflows/windows-pyinstaller.yaml new file mode 100644 index 0000000..b1192a0 --- /dev/null +++ b/.github/workflows/windows-pyinstaller.yaml @@ -0,0 +1,25 @@ +name: Build exe for windows +on: + push: + # tags: [ 'v*.*.*' ] + branches: [ github_action ] + pull_request: + branches: [ main ] + +jobs: + build: + runs-on: windows-latest + + steps: + - uses: actions/checkout@v2 + + - name: Download latest MPV + uses: valitydev/action-download-file@v1.0.6 + with: + url: https://nightly.link/mpv-player/mpv/workflows/build/master/mpv-x86_64-windows-msvc.zip + + + # - name: Package Syng + # uses: sayyid5416/pyinstaller@v1 + # with: + # path: src