mirror of
https://github.com/codecov/codecov-action.git
synced 2026-02-09 20:47:26 +00:00
7 lines
94 B
Bash
Executable file
7 lines
94 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
set -e
|
|
|
|
cp -r src/scripts dist/
|
|
chmod -R u+x dist/scripts/
|
|
git add dist/
|