Update and rename buiild_app.yml to build_app.yml

This commit is contained in:
PatrykHegenberg 2024-11-25 19:58:52 +01:00 committed by GitHub
parent a7fea6ff2d
commit 09c2d8f83b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,6 @@ name: Wails build
on: on:
push: push:
tags: tags:
# Match any new tag
- '*' - '*'
env: env:
@ -17,13 +16,13 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
build: build:
- name: 'App' - name: 'grades-management-app'
platform: 'linux/amd64' platform: 'linux/amd64'
os: 'ubuntu-latest' os: 'ubuntu-latest'
- name: 'App' - name: 'grades-management-app'
platform: 'windows/amd64' platform: 'windows/amd64'
os: 'windows-latest' os: 'windows-latest'
- name: 'App' - name: 'grades-management-app'
platform: 'darwin/universal' platform: 'darwin/universal'
os: 'macos-latest' os: 'macos-latest'
@ -40,5 +39,5 @@ jobs:
with: with:
build-name: ${{ matrix.build.name }} build-name: ${{ matrix.build.name }}
build-platform: ${{ matrix.build.platform }} build-platform: ${{ matrix.build.platform }}
package: false package: true
go-version: '1.20' go-version: '1.23'