mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 09:50:09 +00:00
multiple build targets...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
1ba32c0ecd
commit
40943b1015
8
.github/workflows/viewer-build-linux.yml
vendored
8
.github/workflows/viewer-build-linux.yml
vendored
@ -11,7 +11,12 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ ubuntu-latest, windows-latest, macos-latest ]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
@ -39,3 +44,4 @@ jobs:
|
||||
run: |
|
||||
gh release create release-latest -t "TEST" ./dist/*
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user