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