Add JRE to archive
Some checks failed
TVPN Actions Workflow / build (push) Failing after 29s

This commit is contained in:
Steven Tracey 2024-10-27 20:21:19 -04:00
parent 47bde10023
commit 8a53169d67

View File

@ -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