@@ -63,7 +63,8 @@ build-windows-exe:
- ls -la dist
- tree dist
- mv dist/get.exe/* ./
-
+ after_script:
+ - rm -rf build # excluding build from artifacts doesn't work because of untracked being set to true
rules:
- if: $CI_COMMIT_TAG
- if: $CI_PIPELINE_SOURCE == "push" || $CI_COMMIT_BRANCH == "dev"
@@ -74,5 +75,4 @@ build-windows-exe:
untracked: true
paths:
- data
- exclude:
- - build
+