This commit is contained in:
nomadics9 2025-01-06 02:38:15 +03:00
parent b1eb4ceee5
commit e00bff9427

View file

@ -23,7 +23,7 @@ jobs:
url: https://git.askar.tv url: https://git.askar.tv
repo: nomad/alaskartv-app repo: nomad/alaskartv-app
tag: "${{ env.VERSION_NAME }}" tag: "${{ env.VERSION_NAME }}"
release-dir: ./ release-dir: ./release
direction: download direction: download
env: env:
VERSION_NAME: ${{ env.VERSION_NAME }} VERSION_NAME: ${{ env.VERSION_NAME }}
@ -38,9 +38,6 @@ jobs:
run: | run: |
ls -laR ./release ls -laR ./release
ls -laR ./
ls -laR dist/release
# - name: Create service_account.json # - name: Create service_account.json
# run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json # run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json