Update TeamWin-TWRP.yml

This commit is contained in:
ragebreaker 2024-08-21 06:39:30 +05:30 committed by GitHub
parent 1003c44d13
commit 2ebe9220f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -108,8 +108,8 @@ jobs:
run: |
mkdir android-recovery
cd android-recovery
git config --global user.name "lazycodebuilder"
git config --global user.email "154446636+lazycodebuilder@users.noreply.github.com"
git config --global user.name "${{ github.actor }}"
git config --global user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
repo init --depth=1 -u ${{ env.MANIFEST }} -b ${{ inputs.MANIFEST_BRANCH }}
- name: Repo Sync
@ -184,6 +184,7 @@ jobs:
echo "BUILD_DATE=$(date +%Y%m%d)" >> $GITHUB_ENV
- name: Upload to Release
if: success()
uses: softprops/action-gh-release@master
with:
files: |