Update and rename buiild_app.yml to build_app.yml
This commit is contained in:
parent
a7fea6ff2d
commit
09c2d8f83b
1 changed files with 5 additions and 6 deletions
|
|
@ -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'
|
||||
Loading…
Add table
Add a link
Reference in a new issue