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

[mv3] Fix release name in GitHub Actions

This commit is contained in:
Raymond Hill 2022-09-20 09:24:43 -04:00
parent b2b7ffee87
commit 9764063db9
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -25,7 +25,8 @@ jobs:
tools/make-mv3.sh full
echo "PACKAGE=$(basename $(ls dist/build/uBOLite_*.mv3.zip))" >> $GITHUB_ENV
echo "TAGNAME=$(basename $(ls dist/build/uBOLite_*.mv3.zip) .mv3.zip)" >> $GITHUB_ENV
echo "RELEASENAME=${PACKAGE/_/ }" >> $GITHUB_ENV
RELEASENAME=${TAGNAME/_/ }
echo "RELEASENAME=$RELEASENAME" >> $GITHUB_ENV
cp dist/build/uBOLite.mv3/log.txt dist/chromium-mv3/
- name: Commit uBOLite MV3 build log file
# https://github.com/marketplace/actions/github-action-for-committing-changes-to-a-repository