Single upload to repo server, single package job

This commit is contained in:
Tyler
2017-09-13 23:41:50 -04:00
parent 2ec6b2b8be
commit 50c4244bdc
3 changed files with 6 additions and 22 deletions

View File

@ -0,0 +1 @@
curl -X POST "$UPLOAD_URL" -F "file_i386=@build/i386/deb-simple_$VERSION.deb" -F "file_amd64=@build/i386/deb-simple_$VERSION.deb" -F "file_armv7=@build/armv7/deb-simple_$VERSION.deb"