Skip to content

devops: THIS

devops: THIS #4

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'
- run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
- run: export PATH=${PATH}:${HOME}/go/bin
- run: wails build -clean -platform windows/amd64,darwin/amd64,linux/amd64 # -dryrun, -obfuscated