This commit is contained in:
Vadim 2023-06-27 11:06:23 +02:00
parent 5f170b313b
commit 64c2ffefcf

View file

@ -130,6 +130,9 @@ jobs:
with: with:
submodules: recursive submodules: recursive
- name: LS
run: ls
- name: Download apk - name: Download apk
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3
with: with:
@ -140,8 +143,11 @@ jobs:
with: with:
name: m3_lightmeter_bundle name: m3_lightmeter_bundle
- uses: ncipollo/release-action@v1 - name: LS
with: run: ls
artifacts: "/home/runner/work/m3_lightmeter/m3_lightmeter/m3_lightmeter_apk, /home/runner/work/m3_lightmeter/m3_lightmeter/m3_lightmeter_bundle"
skipIfReleaseExists: true # - uses: ncipollo/release-action@v1
tag: "v${{ github.event.inputs.version }}" # with:
# 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 }}"