mirror of
https://github.com/dzeiocom/charts.git
synced 2025-04-22 18:52:08 +00:00
fix: upload final builds (#44)
* fix: upload final builds * Update build.yml
This commit is contained in:
parent
b9379d6526
commit
cbd5f57f8d
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -39,11 +39,11 @@ jobs:
|
||||
.github/scripts/gradlew_recursive.sh assembleDebug
|
||||
- name: Zip artifacts
|
||||
run: zip -r assemble.zip . -i '**/build/*.apk' '**/build/*.aab' '**/build/*.aar' '**/build/*.so'
|
||||
# - name: Upload artifacts
|
||||
# uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# name: assemble
|
||||
# path: assemble.zip
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: assemble
|
||||
path: assemble.zip
|
||||
- name: ktlint
|
||||
uses: ScaCap/action-ktlint@master
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user