Skip to content

Commit

Permalink
add debug stage
Browse files Browse the repository at this point in the history
  • Loading branch information
SachaAvazashvili committed Sep 13, 2024
1 parent 151303a commit 8cada40
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
with:
name: ${{ github.event.repository.name }}

- name: Debug
run: |
pwd
ls -la
- name: Prepare the production zip
run: |
cd ${{ github.event.repository.name }}
Expand Down

0 comments on commit 8cada40

Please sign in to comment.