Update build.yml

This commit is contained in:
DJ2LS 2021-08-08 17:55:46 +02:00 committed by GitHub
parent 685454eef3
commit 947779738d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@ name: Build/release
on: push
directories:
app: './gui/'
jobs:
release:
runs-on: ${{ matrix.os }}
env:
working-directory: ./gui
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]