updated github action

once again....
This commit is contained in:
dj2ls 2022-01-12 08:01:11 +01:00
parent 2d36411a72
commit a782315aa4

View file

@ -80,10 +80,10 @@ jobs:
with:
node-version: 14
- name: Copy TNC to GUI Windows
- name: Copy TNC and DAEMOn to GUI Windows
if: matrix.os == 'windows-latest'
run: |
cp -R ./tnc/dist ./gui/tnc
cp -R ./tnc/dist ./gui/
ls -R
- name: Build/release Electron app