Fix artifact commit message
This commit is contained in:
parent
091d7118de
commit
7860ddf549
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -224,9 +224,10 @@ jobs:
|
|||
ls -R aggregated-sizes
|
||||
mkdir -p $PWD/../artifacts/radiolib-ci/l0
|
||||
cp aggregated-sizes/*/size_*.csv $PWD/../artifacts/radiolib-ci/l0/.
|
||||
echo "GIT_SHORT_HASH=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
cd $PWD/../artifacts/radiolib-ci
|
||||
git add .
|
||||
git commit -m "Push artifacts from $GITHUB_REPOSITORY $(git rev-parse --short HEAD)"
|
||||
git commit -m "Push artifacts https://github.com/jgromes/RadioLib/commit/$GIT_SHORT_HASH"
|
||||
git push origin main
|
||||
|
||||
esp-build:
|
||||
|
|
Loading…
Add table
Reference in a new issue