5 lines
207 B
Bash
5 lines
207 B
Bash
set -e
|
|
#echo $1 $2 $3
|
|
echo Ready to push $1 with architecture $4 as $2
|
|
curl --user "$2:$3" --upload-file $1 https://gitea.cattysteve.top/api/packages/pig2014/generic/renpy/${4}_latest/renpy_${4}.pkg.tar.zst
|