4 lines
187 B
YAML
4 lines
187 B
YAML
script:
|
|
- echo "testfile" > FeedTheMonkey-123.AppImage
|
|
- "curl -F ""file=@$(echo FeedTheMonkey*.AppImage)"" -H ""Accept: application/json"" https://file.io > url.txt"
|
|
- cat url.txt
|