mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix release yml syntax error
This commit is contained in:
parent
567cb0c0b6
commit
63953992a9
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@ -53,11 +53,6 @@ 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
|
||||
cd ..
|
||||
Copy-Item .\changelog.md .\dist
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user