ci: also build packages in the CI workflow

This commit is contained in:
Aikawa Yataro 2024-08-19 14:12:00 +00:00
parent 8dafe176df
commit c38760883f
No known key found for this signature in database
GPG key ID: 1C5D95FB10179404
4 changed files with 91 additions and 70 deletions

View file

@ -7,12 +7,8 @@ on:
required: true
type: string
jobs:
build:
name: Build
uses: ./.github/workflows/ci.yml
windows-portable:
name: Package portable Windows app
needs: build
runs-on: ubuntu-latest
strategy:
matrix:
@ -37,7 +33,6 @@ jobs:
path: build/sourcegit_*.zip
osx-app:
name: Package OSX app
needs: build
runs-on: ubuntu-latest
strategy:
matrix:
@ -65,7 +60,6 @@ jobs:
path: build/sourcegit_*.zip
linux:
name: Package Linux
needs: build
runs-on: ubuntu-latest
strategy:
matrix: