Commit 9de97de9 authored by nanahira's avatar nanahira

ci

parent a36a6d9b
Pipeline #4058 failed with stages
in 58 seconds
...@@ -45,6 +45,8 @@ make_data_archive: ...@@ -45,6 +45,8 @@ make_data_archive:
unity: unity:
stage: build stage: build
script: cmd /C .gitlab-ci.bat script: cmd /C .gitlab-ci.bat
dependencies:
- make_data_archive
artifacts: artifacts:
paths: paths:
- dist/ - dist/
...@@ -116,7 +118,7 @@ upload_to_minio_latest: ...@@ -116,7 +118,7 @@ upload_to_minio_latest:
- aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://mycard/koishipro2/latest - aws s3 --endpoint=https://minio.mycard.moe:9000 sync --delete dist/ s3://mycard/koishipro2/latest
only: only:
- Android - Android
- tags #- tags
upload_to_minio_tag: upload_to_minio_tag:
stage: deploy stage: deploy
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment