Skip to content

feat: make buttons blue when clickable and gray when not clickable #209

feat: make buttons blue when clickable and gray when not clickable

feat: make buttons blue when clickable and gray when not clickable #209

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@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- uses: jurplel/install-qt-action@2d518188e746defd451af981c3c901f463d99e29
with:
cache: true
- name: build
shell: cmd
run: |
make build-windows
- uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce
with:
name: minikube-gui-windows
path: ./minikube-gui-windows.zip