From b1eb4ceee586c7f01675cf057a25f9a939ee04b4 Mon Sep 17 00:00:00 2001 From: nomadics9 Date: Mon, 6 Jan 2025 02:37:02 +0300 Subject: [PATCH] testing --- .github/workflows/publish.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4b62c71..aea81a2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,6 @@ jobs: - name: Download Assets uses: actions/forgejo-release@v2 with: - token: "${{ secrets.FORGEJO_TOKEN }}" url: https://git.askar.tv repo: nomad/alaskartv-app tag: "${{ env.VERSION_NAME }}" @@ -36,10 +35,12 @@ jobs: cp whatsnew.txt ./release/whatsnew/whatsnew-en-US - name: List Downloaded Files - run: - ls -laR ./release - echo "release files" - ls -laR dist/release + run: | + ls -laR ./release + + ls -laR ./ + + ls -laR dist/release # - name: Create service_account.json # run: echo '${{ secrets.SERVICE_ACCOUNT_JSON }}' > service_account.json