mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
updated github action
once again....
This commit is contained in:
parent
2d36411a72
commit
a782315aa4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-project.yml
vendored
4
.github/workflows/build-project.yml
vendored
|
@ -80,10 +80,10 @@ jobs:
|
||||||
with:
|
with:
|
||||||
node-version: 14
|
node-version: 14
|
||||||
|
|
||||||
- name: Copy TNC to GUI Windows
|
- name: Copy TNC and DAEMOn to GUI Windows
|
||||||
if: matrix.os == 'windows-latest'
|
if: matrix.os == 'windows-latest'
|
||||||
run: |
|
run: |
|
||||||
cp -R ./tnc/dist ./gui/tnc
|
cp -R ./tnc/dist ./gui/
|
||||||
ls -R
|
ls -R
|
||||||
|
|
||||||
- name: Build/release Electron app
|
- name: Build/release Electron app
|
||||||
|
|
Loading…
Reference in a new issue