mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 23:40:41 +00:00
removed ls
This commit is contained in:
parent
be1a566186
commit
65da181ada
1 changed files with 5 additions and 14 deletions
19
.github/workflows/cd_prod.yml
vendored
19
.github/workflows/cd_prod.yml
vendored
|
@ -130,9 +130,6 @@ 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:
|
||||||
|
@ -143,19 +140,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: m3_lightmeter_bundle
|
name: m3_lightmeter_bundle
|
||||||
|
|
||||||
- name: LS
|
|
||||||
run: ls
|
|
||||||
|
|
||||||
- name: Rename artifacts
|
- name: Rename artifacts
|
||||||
run: |
|
run: |
|
||||||
mv app-prod-release.apk m3_lightmeter.apk
|
mv app-prod-release.apk m3_lightmeter.apk
|
||||||
mv app-prod-release.aab m3_lightmeter.aab
|
mv app-prod-release.aab m3_lightmeter.aab
|
||||||
|
|
||||||
- name: LS
|
- uses: ncipollo/release-action@v1.12.0
|
||||||
run: ls
|
with:
|
||||||
|
artifacts: "m3_lightmeter.apk, m3_lightmeter.aab"
|
||||||
# - uses: ncipollo/release-action@v1.12.0
|
skipIfReleaseExists: true
|
||||||
# with:
|
tag: "v${{ github.event.inputs.version }}"
|
||||||
# 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