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:
|
only:
|
||||||
- release
|
- release
|
||||||
artifacts:
|
artifacts:
|
||||||
name: "urde-$CI_PIPELINE_ID-win32-x86_64-$URDE_VECTOR_ISA"
|
name: "urde-%CI_PIPELINE_ID%-win32-x86_64-%URDE_VECTOR_ISA%"
|
||||||
paths:
|
paths:
|
||||||
- urde.exe
|
- urde.exe
|
||||||
- urde.pdb
|
- urde.pdb
|
||||||
|
|
Loading…
Reference in New Issue