Skip to content

Commit 9f5f112

Browse files
authored
Change build command to assembleMetaRelease
Replaced the build command for the Alpha release with the Meta release.
1 parent 25a7506 commit 9f5f112

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
echo key.password="$SIGNING_KEY_PASSWORD" >> signing.properties
4545
- name: Build
4646
run: |
47-
./gradlew app:assembleAlphaRelease
4847
./gradlew app:assembleMetaRelease
4948
- name: Delete release if exist then create release
5049
if: github.repository == 'Goooler/ClashMetaForAndroid' && github.event_name == 'push'

0 commit comments

Comments
 (0)