mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 19:36:40 +00:00
Make simply-named symlink for easy download
This commit is contained in:
parent
5566f2b06b
commit
f736dee19e
1 changed files with 4 additions and 0 deletions
|
@ -122,6 +122,8 @@ variables: &cs-targets
|
|||
Get-ChildItem -Recurse *.pdb | Remove-Item
|
||||
}
|
||||
- 7z a -tzip ..\..\OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip '*'
|
||||
- cd ..\..
|
||||
- New-Item -Type SymbolicLink -Name binaries.zip -Target OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip
|
||||
after_script:
|
||||
- Copy-Item C:\ProgramData\chocolatey\logs\chocolatey.log
|
||||
cache:
|
||||
|
@ -212,6 +214,8 @@ Windows_Ninja_CS_RelWithDebInfo:
|
|||
Get-ChildItem -Recurse *.pdb | Remove-Item
|
||||
}
|
||||
- 7z a -tzip ..\..\OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip '*'
|
||||
- cd ..\..
|
||||
- New-Item -Type SymbolicLink -Name binaries.zip -Target OpenMW_MSVC2019_64_${config}_${CI_COMMIT_REF_NAME}_${CI_JOB_ID}.zip
|
||||
after_script:
|
||||
- Copy-Item C:\ProgramData\chocolatey\logs\chocolatey.log
|
||||
cache:
|
||||
|
|
Loading…
Reference in a new issue