Skip to content

Build(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5 #260

Build(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5

Build(deps): Bump actions/upload-artifact from 4.3.4 to 4.3.5 #260

Workflow file for this run

name: Build macOS
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
build-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
- uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0
with:
cache: true
- name: build
run: |
make build-macos
- uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029
with:
name: minikube-gui-macos
path: ./minikube-gui-macos.dmg