Update build-pre-release.yaml

This commit is contained in:
forestL 2024-05-26 02:02:21 +08:00 committed by GitHub
parent 838f90c250
commit 4344bc40b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,11 +50,13 @@ jobs:
echo "cat signing.properties"
cat signing.properties
- name: Pre-release Build
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
if: success()
- name: Assemble the project
run: ./gradlew app:assembleMeta-AlphaRelease --no-daemon
if: success()
uses: gradle/gradle-build-action@v3
with:
arguments: --no-daemon app:assembleMeta-AlphaRelease
# Delete old Prerelease-alpha
- uses: dev-drprasad/delete-tag-and-release@v1.1