From 64c2ffefcf5ee9cc9a70ceee7fe208d7bd19c85d Mon Sep 17 00:00:00 2001 From: Vadim Date: Tue, 27 Jun 2023 11:06:23 +0200 Subject: [PATCH] added LS --- .github/workflows/cd_prod.yml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd_prod.yml b/.github/workflows/cd_prod.yml index 92cc460..b810348 100644 --- a/.github/workflows/cd_prod.yml +++ b/.github/workflows/cd_prod.yml @@ -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 }}"