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
51dec09532
commit
b02f4e0ba3
1 changed files with 5 additions and 2 deletions
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
|
@ -5,10 +5,13 @@ 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]
|
||||
|
|
Loading…
Reference in a new issue