Scripts: ignore baselineProfiles and metadata-file
This commit is contained in:
parent
a22ffbb5e2
commit
1e4c1b0804
1 changed files with 3 additions and 1 deletions
|
|
@ -44,6 +44,8 @@ jobs:
|
||||||
export keyPassword=${{ secrets.KEY_PASSWORD }}
|
export keyPassword=${{ secrets.KEY_PASSWORD }}
|
||||||
./gradlew build
|
./gradlew build
|
||||||
./gradlew assembleRelease
|
./gradlew assembleRelease
|
||||||
|
rm -rf app/build/outputs/apk/release/baselineProfiles
|
||||||
|
rm -rf app/build/outputs/apk/release/output-metadata.json
|
||||||
|
|
||||||
- name: Upload APK to hetzner
|
- name: Upload APK to hetzner
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
@ -58,7 +60,7 @@ jobs:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://source.mapcomplete.org
|
url: https://source.mapcomplete.org
|
||||||
repo: MapComplete/android-wrapper
|
repo: MapComplete/android-wrapper
|
||||||
release-dir: app/build/outputs/apk/release//
|
release-dir: app/build/outputs/apk/release/
|
||||||
release-notes: "Release version ${{ github.ref_name }}"
|
release-notes: "Release version ${{ github.ref_name }}"
|
||||||
sha: "${{ github.sha }}"
|
sha: "${{ github.sha }}"
|
||||||
tag: "${{ github.ref_name }}"
|
tag: "${{ github.ref_name }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue