mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-19 06:24:54 +08:00
4 lines
78 B
Bash
Executable File
4 lines
78 B
Bash
Executable File
#!/bin/bash
|
|
cd ${1}
|
|
travis-artifacts upload --path ${2} --target-path nightly
|