From 567cb0c0b6c3360bc9b00b08b954173d6e0329ca Mon Sep 17 00:00:00 2001 From: Khopa Date: Tue, 15 Dec 2020 23:38:59 +0100 Subject: [PATCH] Removed exe installer from release process (To avoid having people installing it in C:/Program Files --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f8346069..01d52edf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -53,10 +53,10 @@ jobs: env: TAG_NAME: ${{ github.ref }} run: | - $version = ($env:TAG_NAME -split "/") | Select-Object -Last 1 - (Get-Content .\installer\dcs_liberation.iss) -replace "{{version}}",$version | Out-File .\build\installer.iss - cd .\installer - iscc.exe ..\build\installer.iss + # $version = ($env:TAG_NAME -split "/") | Select-Object -Last 1 + # (Get-Content .\installer\dcs_liberation.iss) -replace "{{version}}",$version | Out-File .\build\installer.iss + # cd .\installer + # iscc.exe ..\build\installer.iss cd .. Copy-Item .\changelog.md .\dist