mirror of
https://github.com/vodemn/m3_lightmeter.git
synced 2024-11-22 15:30:59 +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:
|
||||
submodules: recursive
|
||||
|
||||
- name: LS
|
||||
run: ls
|
||||
|
||||
- name: Download apk
|
||||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
|
@ -143,19 +140,13 @@ jobs:
|
|||
with:
|
||||
name: m3_lightmeter_bundle
|
||||
|
||||
- name: LS
|
||||
run: ls
|
||||
|
||||
- name: Rename artifacts
|
||||
run: |
|
||||
mv app-prod-release.apk m3_lightmeter.apk
|
||||
mv app-prod-release.aab m3_lightmeter.aab
|
||||
|
||||
- name: LS
|
||||
run: ls
|
||||
|
||||
# - uses: ncipollo/release-action@v1.12.0
|
||||
# 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 }}"
|
||||
- uses: ncipollo/release-action@v1.12.0
|
||||
with:
|
||||
artifacts: "m3_lightmeter.apk, m3_lightmeter.aab"
|
||||
skipIfReleaseExists: true
|
||||
tag: "v${{ github.event.inputs.version }}"
|
||||
|
|
Loading…
Reference in a new issue