Skip to content
Snippets Groups Projects
Commit f96a86ca authored by Nicolas Pope's avatar Nicolas Pope
Browse files

Update .gitlab-ci.yml file

parent d18f5688
No related branches found
No related tags found
No related merge requests found
...@@ -130,7 +130,7 @@ linux:pack: ...@@ -130,7 +130,7 @@ linux:pack:
artifacts: artifacts:
when: always when: always
paths: paths:
- *.deb - ./*.deb
expire_in: 1 week expire_in: 1 week
### Windows ### Windows
...@@ -208,7 +208,7 @@ windows:pack: ...@@ -208,7 +208,7 @@ windows:pack:
artifacts: artifacts:
when: always when: always
paths: paths:
- *.zip - ./*.zip
expire_in: 1 week expire_in: 1 week
# Release # Release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment