This commit is contained in:
parent
fdb51f92d2
commit
7438bade7d
1 changed files with 2 additions and 2 deletions
|
@ -30,12 +30,12 @@ steps:
|
|||
- name: move outputs in place
|
||||
image: alpine
|
||||
commands:
|
||||
- ls outputs
|
||||
- ls outputs/*
|
||||
- mkdir dist
|
||||
- mv ./firmware/firmware-esp32.bin dist
|
||||
- mv ./outputs/apk/release/android-build-release-signed.apk dist
|
||||
- mv ./outputs/bundle/release/android-build-release.aab dist
|
||||
when:
|
||||
event: tag
|
||||
|
||||
- name: release
|
||||
image: plugins/gitea-release
|
||||
|
|
Loading…
Reference in a new issue