This commit is contained in:
parent
25a6b3e7a5
commit
35cbf46f62
|
|
@ -32,10 +32,10 @@ jobs:
|
|||
run: echo "${{ secrets.REVOLTBUILD_PROPERTIES_BASE64 }}" | base64 --decode > revoltbuild.properties
|
||||
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew --no-daemon assembleRelease
|
||||
run: ./gradlew --no-daemon assembleRelease -x app:uploadSentryProguardMappingsRelease
|
||||
|
||||
- name: Archive release APK
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: release-apk
|
||||
retention-days: 5
|
||||
|
|
|
|||
Loading…
Reference in New Issue