diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 43ae78e..a3a3a82 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -43,6 +43,8 @@ jobs: Copy-Item -Path "./src/main/cpp/build/libwireguard_wrapper.dll" -Destination "./artifacts/libwireguard_wrapper.dll" -Verbose Copy-Item -Path "./libs/tunnel.dll" -Destination "./artifacts/tunnel.dll" -Verbose Copy-Item -Path "./libs/wireguard.dll" -Destination "./artifacts/wireguard.dll" -Verbose + Copy-Item -Path "./jre/jre" -Destination "./artifacts/jre" -Recurse + - name: Create Installer run: | git clone https://git.nevets.tech/Steven/TVPN-jre.git jre