mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +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
|