Update build.yml

This commit is contained in:
DJ2LS 2021-08-08 18:05:37 +02:00 committed by GitHub
parent 51dec09532
commit b02f4e0ba3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,14 @@ on: push
jobs:
release:
runs-on: ${{ matrix.os }}
env:
working-directory: './gui/'
defaults:
run:
working-directory: ./gui
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]