mirror of
https://github.com/MetaCubeX/ClashMetaForAndroid.git
synced 2024-11-16 05:52:18 +08:00
Update build-release.yaml
This commit is contained in:
parent
4344bc40b6
commit
fc180cc243
12
.github/workflows/build-release.yaml
vendored
12
.github/workflows/build-release.yaml
vendored
|
@ -88,11 +88,13 @@ jobs:
|
|||
echo "cat signing.properties"
|
||||
cat signing.properties
|
||||
|
||||
- name: 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:assembleMetaRelease
|
||||
|
||||
- name: Tag Repo
|
||||
uses: richardsimko/update-tag@v1
|
||||
|
@ -117,4 +119,4 @@ jobs:
|
|||
"ignore_labels": [
|
||||
"Update"
|
||||
],
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user