mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 23:40:41 +00:00
added LS
This commit is contained in:
parent
5f170b313b
commit
64c2ffefcf
1 changed files with 11 additions and 5 deletions
16
.github/workflows/cd_prod.yml
vendored
16
.github/workflows/cd_prod.yml
vendored
|
@ -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 }}"
|
||||||
|
|
Loading…
Reference in a new issue