testing github action with/on windows
This commit is contained in:
parent
18745d18e2
commit
002f25b60b
1 changed files with 25 additions and 0 deletions
25
.github/workflows/windows-pyinstaller.yaml
vendored
Normal file
25
.github/workflows/windows-pyinstaller.yaml
vendored
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue