From e00bff9427062ad432c9bd01ee05a4420a60c003 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Mon, 6 Jan 2025 02:38:15 +0300 Subject: [PATCH] testing --- .github/workflows/publish.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index aea81a2..ba13641 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: url: https://git.askar.tv repo: nomad/alaskartv-app tag: "${{ env.VERSION_NAME }}" - release-dir: ./ + release-dir: ./release direction: download env: VERSION_NAME: ${{ env.VERSION_NAME }} @@ -38,9 +38,6 @@ jobs: run: | ls -laR ./release - ls -laR ./ - - ls -laR dist/release # - name: Create service_account.json # run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json