mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-24 16:30:40 +00:00
Delete no longer used artifacts
This commit is contained in:
parent
283bba6ec2
commit
be98e8cf9e
1 changed files with 11 additions and 0 deletions
11
.github/workflows/cd_prod.yml
vendored
11
.github/workflows/cd_prod.yml
vendored
|
@ -146,6 +146,11 @@ jobs:
|
|||
skipIfReleaseExists: true
|
||||
tag: "v${{ github.event.inputs.version }}"
|
||||
|
||||
- name: Delete no longer used apk artifact
|
||||
uses: geekyeggo/delete-artifact@v2
|
||||
with:
|
||||
name: m3_lightmeter_apk
|
||||
|
||||
extract-merged-native-libs:
|
||||
name: Extract merged native libraries
|
||||
needs: [build]
|
||||
|
@ -174,6 +179,12 @@ jobs:
|
|||
name: m3_lightmeter_release
|
||||
path: m3_lightmeter_release.zip
|
||||
|
||||
# TODO: this should be moved to `create-google-play-release` step when it is implemented
|
||||
- name: Delete no longer used app bundle artifact
|
||||
uses: geekyeggo/delete-artifact@v2
|
||||
with:
|
||||
name: m3_lightmeter_bundle
|
||||
|
||||
# TODO: Automate Google Play releases creation
|
||||
create-google-play-release:
|
||||
if: false
|
||||
|
|
Loading…
Reference in a new issue