Update release.yml

upgrade to v4
This commit is contained in:
于先森(Mr.Yu) 2025-02-17 14:08:08 +08:00 committed by GitHub
parent 2ac691ac3a
commit 4700ed8303
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -131,7 +131,7 @@ jobs:
export LOCAL_PROPERTIES="${{ secrets.LOCAL_PROPERTIES }}" export LOCAL_PROPERTIES="${{ secrets.LOCAL_PROPERTIES }}"
./run init action gradle ./run init action gradle
./gradlew bundlePlayRelease ./gradlew bundlePlayRelease
- uses: actions/upload-artifact@v3 - uses: actions/upload-artifact@v4
with: with:
name: AAB name: AAB
path: app/build/outputs/bundle/playRelease/app-play-release.aab path: app/build/outputs/bundle/playRelease/app-play-release.aab