mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-24 02:22:10 +02:00
Updated build again, again.
This commit is contained in:
parent
d047ae97ee
commit
0f3ae5ff31
2
.github/workflows/pr-build.yml
vendored
2
.github/workflows/pr-build.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
|
||||
- name: Get commit hash
|
||||
id: get_commit_hash
|
||||
run: echo "::set-output name=hash::$(git rev-parse --short HEAD)"
|
||||
run: echo "hash=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
|
||||
|
||||
- name: Upload build
|
||||
uses: actions/upload-artifact@v3
|
||||
|
@ -32,8 +32,7 @@ android {
|
||||
}
|
||||
|
||||
release {
|
||||
val hasReleaseConfig = (System.getenv("KEYSTORE_FILE") != null)
|
||||
if (hasReleaseConfig) {
|
||||
if (System.getenv("KEYSTORE_FILE") != null) {
|
||||
signingConfigs {
|
||||
create("release") {
|
||||
storeFile = file(System.getenv("KEYSTORE_FILE"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user