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