changed windows build action

its going to become a pain again...
This commit is contained in:
dj2ls 2022-02-15 18:35:03 +01:00
parent 31c5451b14
commit 9a79dace7f

View file

@ -99,10 +99,8 @@ jobs:
shell: bash
run: |
mkdir gui-bundle
cp ./gui/dist/*.* gui-bundle
cp ./tnc/dist/* gui-bundle
cd ./gui-bundle
ls -R
cp -R ./tnc/dist/ gui-bundle
- name: Archive Release
uses: thedoctor0/zip-release@master