Skip to content
Snippets Groups Projects
Commit c00a021c authored by Skander Hatira's avatar Skander Hatira
Browse files

keep artifacts forever

parent 8cfc8971
No related branches found
No related tags found
No related merge requests found
Pipeline #41878 passed
......@@ -40,8 +40,10 @@ make-win:
- npx yarn install
- npx yarn make
artifacts:
- $CI_PROJECT_DIR/out/make/squirrel.windows/x64/*.exe
- $CI_PROJECT_DIR/out/make/squirrel.windows/x64/*.nupkg
expire_in: never
paths:
- $CI_PROJECT_DIR/out/make/squirrel.windows/x64/*.exe
- $CI_PROJECT_DIR/out/make/squirrel.windows/x64/*.nupkg
only:
- master
make-mac:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment