Add missing cd
This commit is contained in:
parent
751cac6af3
commit
ed2d7ee9cf
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -224,6 +224,7 @@ jobs:
|
||||||
ls -R aggregated-sizes
|
ls -R aggregated-sizes
|
||||||
mkdir -p radiolib-ci/l0
|
mkdir -p radiolib-ci/l0
|
||||||
cp aggregated-sizes/*/size_*.csv radiolib-ci/l0/.
|
cp aggregated-sizes/*/size_*.csv radiolib-ci/l0/.
|
||||||
|
cd radiolib-ci
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Push artifacts from $GITHUB_REPOSITORY ${{ steps.short-hash.outputs.short_sha }}"
|
git commit -m "Push artifacts from $GITHUB_REPOSITORY ${{ steps.short-hash.outputs.short_sha }}"
|
||||||
git push origin main
|
git push origin main
|
||||||
|
|
Loading…
Add table
Reference in a new issue