Fix artifacts repo name
This commit is contained in:
parent
4d9316d4e8
commit
fbed66f96a
1 changed files with 3 additions and 3 deletions
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
|
@ -222,9 +222,9 @@ jobs:
|
|||
run:
|
||||
|
|
||||
ls -R aggregated-sizes
|
||||
mkdir -p $PWD/../radiolib-ci/l0
|
||||
cp aggregated-sizes/*/size_*.csv $PWD/../radiolib-ci/l0/.
|
||||
cd $PWD/../radiolib-ci
|
||||
mkdir -p $PWD/../artifacts/radiolib-ci/l0
|
||||
cp aggregated-sizes/*/size_*.csv $PWD/../artifacts/radiolib-ci/l0/.
|
||||
cd $PWD/../artifacts/radiolib-ci
|
||||
git add .
|
||||
git commit -m "Push artifacts from $GITHUB_REPOSITORY ${{ steps.short-hash.outputs.short_sha }}"
|
||||
git push origin main
|
||||
|
|
Loading…
Add table
Reference in a new issue