diff --git a/.github/workflows/cd_prod.yml b/.github/workflows/cd_prod.yml index 72806d6..92cc460 100644 --- a/.github/workflows/cd_prod.yml +++ b/.github/workflows/cd_prod.yml @@ -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 }}"