Skip to content
Snippets Groups Projects
Commit cc74959e authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

add artifact for Windows build

parent ef1ba10b
No related branches found
No related tags found
No related merge requests found
...@@ -143,3 +143,7 @@ windows_i386_installer: ...@@ -143,3 +143,7 @@ windows_i386_installer:
- echo `pwd` - echo `pwd`
- cd l2ork_addons - cd l2ork_addons
- ./tar_em_up.sh -Z - ./tar_em_up.sh -Z
artifacts:
expire_in: 1 day
paths:
- Purr*.exe
...@@ -329,6 +329,8 @@ then ...@@ -329,6 +329,8 @@ then
# move OSX dmg installer # move OSX dmg installer
elif [ $dmg -gt 0 ]; then elif [ $dmg -gt 0 ]; then
mv packages/darwin_app/Pd*.dmg . mv packages/darwin_app/Pd*.dmg .
elif [ $inno -gt 0 ]; then
mv ../packages/win32_inno/Output/Purr*.exe .
fi fi
fi fi
......
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