Skip to content

devops: create the first build workflow sparkplugui.yml #1

devops: create the first build workflow sparkplugui.yml

devops: create the first build workflow sparkplugui.yml #1

Workflow file for this run

# This workflow will build a golang project
name: sparkplugui
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: Setup Node.js
- uses: actions/[email protected]
with:
node-version: 'v18.19.0'
- name: Build SparkpluGUI wails App
- run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
- run: wails build -clean -platform windows/amd64,darwin/amd64,linux/amd64 # -dryrun, -obfuscated