Putting the cart before the horse

This commit is contained in:
Steven Tracey 2024-10-27 20:27:29 -04:00
parent 8a53169d67
commit d5e1142bce

View File

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