Fixed build.yml
All checks were successful
TVPN Actions Workflow / build (push) Successful in 1m37s

This commit is contained in:
Steven Tracey 2024-10-27 20:15:53 -04:00
parent b9c64c3ac1
commit 47bde10023

View File

@ -46,6 +46,7 @@ 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
uses: actions/upload-artifact@v3