diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a3a3a82..9d4549b 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -18,6 +18,7 @@ jobs: run: | git config --global user.email "git@nevets.tech" git config --global user.name "Gitea Actions" + git clone https://git.nevets.tech/Steven/TVPN-jre.git jre - name: Build TVPN Jar run: .\gradlew.bat clean shadowJar createExe - name: Copy Header to C Dir @@ -47,7 +48,6 @@ jobs: - name: Create Installer run: | - git clone https://git.nevets.tech/Steven/TVPN-jre.git jre $version = (Select-String -Path "build.gradle" -Pattern "^\s*version\s*=\s*'([^']+)'" | ForEach-Object { $_.Matches[0].Groups[1].Value }) ISCC /DMyAppVersion=$version "./installer-script.iss" - name: Upload artifacts