Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 6881e599 authored by hhakim's avatar hhakim
Browse files

Fix pkg_win* ci job artifact path.

The gitlab-runner starts to ignore CI_COMMIT_TAG batch variable. The path exists but I got message like this one for pkg_win_release:
WARNING: build/faust-^-amd64.exe: no matching files. Ensure that the artifact path is relative to the working directory (E:\gitlab-runner\builds\p4uM5e_P\0\faustgrp\faust)
parent 6fc7435b
Branches
Tags 3.39.19
No related merge requests found
Pipeline #919830 passed
......@@ -335,7 +335,7 @@ pkg_win:
- call misc/continuous_integration/jobs/win/build_nsis_pkg.bat
artifacts:
paths:
- build/faust-%CI_COMMIT_SHA:~0,8%-amd64.exe
- build/faust-*-amd64.exe
expire_in: '1 week'
tags:
- win10
......@@ -411,7 +411,7 @@ pkg_win_release:
- call misc/continuous_integration/jobs/win/build_nsis_pkg.bat
artifacts:
paths:
- build/faust-%CI_COMMIT_TAG%-amd64.exe
- build/faust-*-amd64.exe
expire_in: '1 yrs'
tags:
- win10
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment