Skip to content

Commit

Permalink
fix: CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain Magdelaine committed Apr 9, 2021
1 parent c8f2c96 commit 0de9430
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gitlab/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ build:
script:
- .\gitlab\build.bat "${UNITY_EXE}" --buildDir "${CI_COMMIT_TAG}"
- echo ${CI_COMMIT_TAG} > "Build\${CI_COMMIT_TAG}\version.txt"
- for %f in (LICENSE, README.md, CHANGELOG.md) do xcopy %f "Build\${CI_COMMIT_TAG}\"
artifacts:
name: "VRtist_${CI_COMMIT_TAG}"
paths:
Expand Down

0 comments on commit 0de9430

Please sign in to comment.