right naming in gitlab ci

This commit is contained in:
lukas 2020-05-21 14:27:16 +02:00
parent ce4a3a830e
commit f4069d02bf

View File

@ -20,7 +20,7 @@ build:
image: luki42/dynuiprefresher_build:latest image: luki42/dynuiprefresher_build:latest
script: script:
- cd build - cd build
- make iprefresher - make dynuiprefresher
artifacts: artifacts:
paths: paths:
- build/ - build/
@ -72,7 +72,7 @@ build_win64:
image: luki42/dynuiprefresher_build:windows image: luki42/dynuiprefresher_build:windows
script: script:
- cd build - cd build
- make iprefresher - make dynuiprefresher
artifacts: artifacts:
paths: paths:
- build/ - build/