mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Update build.yml
This commit is contained in:
parent
685454eef3
commit
947779738d
1 changed files with 4 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue