From 0eb46a923334ec891f2821ce425373067cec189e Mon Sep 17 00:00:00 2001 From: GodPepe7 Date: Sun, 21 Jul 2024 15:28:58 +0200 Subject: [PATCH] debug pipeline --- .github/workflows/release.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6c64d2..701e206 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,10 +10,10 @@ jobs: name: 'Tagged Release' runs-on: 'ubuntu-latest' steps: - - name: Checkout + - name: 'Checkout' uses: actions/checkout@v4 - - name: Setup Node + - name: 'Setup Node' uses: actions/setup-node@v4 with: node-version: 20 @@ -24,12 +24,15 @@ jobs: npm ci npm run build sudo apt-get install -y zip - ls -l zip -r asb-auto-subs dist css imgs manifest.json + + - name: 'Debug' + run: | + ls - uses: 'marvinpinto/action-automatic-releases@latest' with: repo_token: '${{ secrets.GITHUB_TOKEN }}' prerelease: false files: | - *.zip \ No newline at end of file + *.zip