Single upload to repo server, single package job
This commit is contained in:
1
packaging/package-upload.sh
Normal file
1
packaging/package-upload.sh
Normal 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"
|
Reference in New Issue
Block a user