devops: stop workflows |front: better size |wails: window height #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# SparkpluGUI - Software that displays decoded Sparkplug messages from MQTT IoT | |
# @author guiklimek | |
# @site https://ambre.io/ | |
# | |
# This program and the accompanying materials are made available under the | |
# terms of the GNU GENERAL PUBLIC LICENSE which is available at | |
# https://github.com/Ambre-io/sparkplugui | |
# | |
name: Windows | |
on: | |
push: | |
# branches: [ "main" ] | |
pull_request: | |
# branches: [ "main" ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Build Windows SparkpluGUI | |
uses: dAppServer/[email protected] | |
with: | |
build-name: SparkpluGUI | |
build-platform: windows/amd64 |