extended artifacts path

This commit is contained in:
Vadim 2023-06-27 10:24:01 +02:00
parent 1074daca80
commit 6067686544

View file

@ -139,9 +139,9 @@ jobs:
uses: actions/download-artifact@v3
with:
name: m3_lightmeter_bundle
- 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 }}"