flow: fix
This commit is contained in:
parent
5156333a95
commit
e18e73cca8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -38,7 +38,7 @@ jobs:
|
|||
- name: Setup Gradle
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
- name: Build with Gradle
|
||||
run: ./gradlew assembleMain
|
||||
run: ./gradlew assemble
|
||||
# Upload all build artifacts in separate steps. This can be shortened once https://github.com/actions/upload-artifact/pull/354 is merged.
|
||||
- name: Upload artifact phone-libre-arm64-v8a.apk
|
||||
uses: actions/upload-artifact@v4
|
||||
|
|
Loading…
Reference in a new issue