testing
This commit is contained in:
parent
b1eb4ceee5
commit
e00bff9427
1 changed files with 1 additions and 4 deletions
5
.github/workflows/publish.yml
vendored
5
.github/workflows/publish.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue