removed ls

This commit is contained in:
Vadim 2023-06-27 12:02:14 +02:00
parent be1a566186
commit 65da181ada

View file

@ -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 }}"