mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +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:
|
||||
submodules: recursive
|
||||
|
||||
- name: LS
|
||||
run: ls
|
||||
|
||||
- name: Download apk
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
@ -140,8 +143,11 @@ jobs:
|
|||
with:
|
||||
name: m3_lightmeter_bundle
|
||||
|
||||
- uses: ncipollo/release-action@v1
|
||||
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 }}"
|
||||
- name: LS
|
||||
run: ls
|
||||
|
||||
# - uses: ncipollo/release-action@v1
|
||||
# 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