mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
windows build action update
This commit is contained in:
parent
82bbdee53a
commit
9bdb6c569d
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-project.yml
vendored
4
.github/workflows/build-project.yml
vendored
|
@ -99,8 +99,8 @@ jobs:
|
|||
run: |
|
||||
mkdir gui-bundle
|
||||
cp ./gui/dist/*.* gui-bundle
|
||||
cp ./tnc/dist/daemon gui-bundle
|
||||
cp ./tnc/dist/tnc gui-bundle
|
||||
cp ./tnc/dist/daemon.exe gui-bundle
|
||||
cp ./tnc/dist/tnc.exe gui-bundle
|
||||
chmod +x ./gui-bundle/tnc
|
||||
chmod +x ./gui-bundle/daemon
|
||||
cd ./gui-bundle
|
||||
|
|
Loading…
Reference in a new issue