mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-21 15:00:40 +00:00
Fixed CD flavor artifact upload
This commit is contained in:
parent
b972194488
commit
b2f6e714c1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cd_dev.yml
vendored
2
.github/workflows/cd_dev.yml
vendored
|
@ -60,5 +60,5 @@ jobs:
|
|||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: m3_lightmeter_$FLAVOR
|
||||
name: m3_lightmeter_${{ github.event.inputs.flavor }}
|
||||
path: build/app/outputs/flutter-apk/app-${{ github.event.inputs.flavor }}-release.apk
|
||||
|
|
Loading…
Reference in a new issue