mirror of https://github.com/AxioDL/metaforce.git
windows environment variable expansion fix
This commit is contained in:
parent
18e9644116
commit
73d3fa3a92
|
@ -138,7 +138,7 @@ build:linux:avx2:
|
|||
only:
|
||||
- release
|
||||
artifacts:
|
||||
name: "urde-$CI_PIPELINE_ID-win32-x86_64-$URDE_VECTOR_ISA"
|
||||
name: "urde-%CI_PIPELINE_ID%-win32-x86_64-%URDE_VECTOR_ISA%"
|
||||
paths:
|
||||
- urde.exe
|
||||
- urde.pdb
|
||||
|
|
Loading…
Reference in New Issue