This commit is contained in:
parent
b9c64c3ac1
commit
47bde10023
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user