1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-07-08 04:49:12 +02:00

Rename directory

This commit is contained in:
Raymond Hill 2022-09-27 10:46:56 -04:00
parent 0645a54e32
commit 8dfefe5910
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -27,7 +27,7 @@ jobs:
echo "TAGNAME=$(basename $(ls dist/build/uBOLite_*.mv3.zip) .mv3.zip)" >> $GITHUB_ENV
RELEASENAME=${TAGNAME/_/ }
echo "RELEASENAME=$RELEASENAME" >> $GITHUB_ENV
cp dist/build/uBOLite.mv3/log.txt dist/chromium-mv3/
cp dist/build/uBOLite.mv3/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