Skip to content

Merge pull request #166 from kubernetes-sigs/dependabot/github_action… #292

Merge pull request #166 from kubernetes-sigs/dependabot/github_action…

Merge pull request #166 from kubernetes-sigs/dependabot/github_action… #292

Workflow file for this run

name: Build Windows
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
- uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0
with:
cache: true
- name: build
shell: cmd
run: |
make build-windows
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
with:
name: minikube-gui-windows
path: ./minikube-gui-windows.zip