mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 23:40:41 +00:00
extended artifacts path
This commit is contained in:
parent
1074daca80
commit
6067686544
1 changed files with 2 additions and 2 deletions
2
.github/workflows/cd_prod.yml
vendored
2
.github/workflows/cd_prod.yml
vendored
|
@ -142,6 +142,6 @@ jobs:
|
|||
|
||||
- uses: ncipollo/release-action@v1
|
||||
with:
|
||||
artifacts: "m3_lightmeter_apk, m3_lightmeter_bundle"
|
||||
artifacts: "/home/runner/work/m3_lightmeter/m3_lightmeter/m3_lightmeter_apk, /home/runner/work/m3_lightmeter/m3_lightmeter/m3_lightmeter_bundle"
|
||||
skipIfReleaseExists: true
|
||||
tag: "v${{ github.event.inputs.version }}"
|
||||
|
|
Loading…
Reference in a new issue