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:
|
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'
|
||||||
Loading…
Add table
Add a link
Reference in a new issue