Update mv3.yml

This commit is contained in:
Raymond Hill 2023-08-12 07:50:06 -04:00 committed by GitHub
parent 44f3bea4c3
commit f20f2bbc77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ jobs:
echo "TAGNAME=$(basename $(ls dist/build/uBOLite_*.chromium.mv3.zip) .chromium.mv3.zip)" >> $GITHUB_ENV
RELEASENAME=${TAGNAME/_/ }
echo "RELEASENAME=$RELEASENAME" >> $GITHUB_ENV
cp dist/build/uBOLite.chromium/log.txt dist/mv3/
cp dist/build/mv3-data/log.txt dist/mv3/
- name: Commit uBOLite MV3 build log file
# https://github.com/marketplace/actions/github-action-for-committing-changes-to-a-repository
uses: devops-infra/action-commit-push@master